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