zhamao-framework/src/ZM/Exception/ExceptionHandler.php

15 lines
185 B
PHP
Raw Normal View History

2021-06-16 00:17:30 +08:00
<?php
declare(strict_types=1);
2021-06-16 00:17:30 +08:00
namespace ZM\Exception;
/**
* 这里放所有框架内部的异常处理方法
* Class ExceptionHandler
* @since 2.5
*/
class ExceptionHandler
{
}