catchAdmin/extend/catcher/exceptions/FiledNotFoundException.php
JaguarJack 94c430f491 update
2020-11-29 09:29:14 +08:00

10 lines
120 B
PHP

<?php
declare(strict_types=1);
namespace catcher\exceptions;
class FiledNotFoundException extends CatchException
{
}