Current Path : /var/test/www/alh/system/library/Spout/Reader/Exception/ |
Current File : /var/test/www/alh/system/library/Spout/Reader/Exception/ReaderException.php |
<?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 { }