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.
2 parents 906eade + 0c631ee commit 583c8cfCopy full SHA for 583c8cf
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