Current File : /home/jvzmxxx/wiki1/extensions/Flow/includes/Exception/CatchableFatalErrorException.php
<?php
namespace Flow\Exception;
use ErrorException;
/**
* This class is not necessary, but having this so we could
* have a specific exception type to catch?
*/
class CatchableFatalErrorException extends ErrorException {
}