catchAdmin/extend/catcher/exceptions/CatchException.php
2019-12-15 13:38:47 +08:00

6 lines
89 B
PHP

<?php
namespace catcher\exceptions;
abstract class CatchException extends \Exception
{}