We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deba7c8 commit bcc9db8Copy full SHA for bcc9db8
src/Application/exceptions.php
@@ -16,7 +16,7 @@
16
* The exception that is thrown when user attempts to terminate the current presenter or application.
17
* This is special "silent exception" with no error message or code.
18
*/
19
-class AbortException extends \Exception
+class AbortException extends \LogicException
20
{
21
}
22
@@ -40,7 +40,7 @@ class InvalidPresenterException extends \Exception
40
/**
41
* The exception that indicates client error with HTTP code 4xx.
42
43
-class BadRequestException extends \Exception
+class BadRequestException extends \LogicException
44
45
/** @var int */
46
protected $code = Http\IResponse::S404_NOT_FOUND;
0 commit comments