catchAdmin/extend/catcher/exceptions/FiledNotFoundException.php

10 lines
120 B
PHP
Raw Normal View History

2020-07-19 09:15:15 +08:00
<?php
2020-11-29 09:29:14 +08:00
declare(strict_types=1);
2020-07-19 09:15:15 +08:00
namespace catcher\exceptions;
class FiledNotFoundException extends CatchException
{
}