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 fd3b230 commit 0c631eeCopy full SHA for 0c631ee
system/ThirdParty/Escaper/Exception/ExceptionInterface.php
@@ -4,6 +4,8 @@
4
5
namespace Laminas\Escaper\Exception;
6
7
-interface ExceptionInterface
+use Throwable;
8
+
9
+interface ExceptionInterface extends Throwable
10
{
11
}
0 commit comments