Update exception-handler.md

This commit is contained in:
黄朝晖 2019-07-01 01:48:30 +08:00 committed by GitHub
parent dadbe120b2
commit caa09afb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ return [
### 定义异常处理器
我们可以在任意位置定义一个 `类(Class)` 并继承抽象类 ` Hyperf\ExceptionHandler\ExceptionHandler;` 并实现其中的抽象方法,如下:
我们可以在任意位置定义一个 `类(Class)` 并继承抽象类 ` Hyperf\ExceptionHandler\ExceptionHandler` 并实现其中的抽象方法,如下:
```php
<?php