Skip to content

Commit 583c8cf

Browse files
authored
Merge pull request #6664 from paulbalandan/escaper
Update laminas-escaper
2 parents 906eade + 0c631ee commit 583c8cf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)