File "WriterException.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Exception/WriterException.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Box\Spout\Writer\Exception;

use Box\Spout\Common\Exception\SpoutException;

/**
 * Class WriterException
 *
 * @package Box\Spout\Writer\Exception
 * @abstract
 */
abstract class WriterException extends SpoutException
{
}