Tinywan / webman-exception

exception handler library for webman plugin
https://www.workerman.net/webman
MIT License
15 stars 6 forks source link

扩展自己的 Handler #5

Closed bilulanlv closed 4 months ago

bilulanlv commented 1 year ago

使用文档中的方法,拓展自己的Handler,并不能生效。请问还需要其他配置吗?

namespace support;

use hg\apidoc\exception\HttpException; use Tinywan\ExceptionHandler\Handler;

class ErrorHandler extends Handler { /**

Tinywan commented 1 year ago

不需要