FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
box
/
spout
/
src
/
Spout
/
Common
/
Exception
Edit File: SpoutException.php
<?php namespace Box\Spout\Common\Exception; /** * Class SpoutException * * @package Box\Spout\Common\Exception * @abstract */ abstract class SpoutException extends \Exception { }
Save
Back