This commit is contained in:
2023-12-12 15:35:38 +08:00
parent 827fb257ab
commit 84c253a9f6
17 changed files with 271 additions and 302 deletions
+3 -4
View File
@@ -92,7 +92,7 @@ class ErrorHandler extends Component implements ErrorInterface
/**
* @return void
* @throws ReflectionException
* @throws Exception
* @throws
*/
public function shutdown(): void
{
@@ -108,7 +108,7 @@ class ErrorHandler extends Component implements ErrorInterface
/**
* @param Throwable $exception
*
* @throws Exception
* @throws
*/
public function exceptionHandler(Throwable $exception): void
{
@@ -121,8 +121,7 @@ class ErrorHandler extends Component implements ErrorInterface
/**
* @throws ErrorException
* @throws ReflectionException
* @throws
*/
public function errorHandler()
{