This commit is contained in:
2020-11-06 16:47:17 +08:00
parent 0171e39c70
commit fa4b733ea3
11 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -66,11 +66,11 @@ class ErrorHandler extends Component implements ErrorInterface
/**
* @param Exception $exception
* @param \Throwable $exception
*
* @throws Exception
*/
public function exceptionHandler(Exception $exception)
public function exceptionHandler(\Throwable $exception)
{
$this->category = 'exception';