catchAdmin/extend/catcher/exceptions/FiledNotFoundException.php
2020-07-19 09:15:15 +08:00

8 lines
94 B
PHP

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