catchAdmin/extend/catcher/exceptions/FiledNotFoundException.php

8 lines
94 B
PHP
Raw Normal View History

2020-07-19 09:15:15 +08:00
<?php
namespace catcher\exceptions;
class FiledNotFoundException extends CatchException
{
}