Skip to content

Commit a885a15

Browse files
committed
Inherit from Throwable
Signed-off-by: George Steel <[email protected]>
1 parent de7c861 commit a885a15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Exception/ExceptionInterface.php

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

55
namespace Mezzio\Flash\Exception;
66

7+
use Throwable;
8+
79
/**
810
* Marker interface for package exceptions.
911
*/
10-
interface ExceptionInterface
12+
interface ExceptionInterface extends Throwable
1113
{
1214
}

0 commit comments

Comments
 (0)