catchAdmin/extend/catcher/exceptions/CatchException.php

6 lines
89 B
PHP
Raw Normal View History

2019-12-15 13:38:02 +08:00
<?php
2019-12-15 13:38:47 +08:00
namespace catcher\exceptions;
abstract class CatchException extends \Exception
{}