catchAdmin/application/exceptions/AppException.php

13 lines
177 B
PHP
Raw Normal View History

2018-11-16 17:45:37 +08:00
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/11/13 0013
* Time: 上午 10:49
*/
namespace app\exceptions;
class AppException extends \Exception
{
}