File "ReaderException.php"

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

<?php

namespace Box\Spout\Reader\Exception;

use Box\Spout\Common\Exception\SpoutException;

/**
 * Class ReaderException
 *
 * @package Box\Spout\Reader\Exception
 * @abstract
 */
abstract class ReaderException extends SpoutException
{
}