Skip to content

Commit 0c631ee

Browse files
committed
Update laminas-escaper
1 parent fd3b230 commit 0c631ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

system/ThirdParty/Escaper/Exception/ExceptionInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
namespace Laminas\Escaper\Exception;
66

7-
interface ExceptionInterface
7+
use Throwable;
8+
9+
interface ExceptionInterface extends Throwable
810
{
911
}

0 commit comments

Comments
 (0)