Skip to content

Commit 449842a

Browse files
authored
Merge pull request #3217 from BackEndTea/patch-1
Make the base exception extend throwable
2 parents 59a1702 + 8e21ef2 commit 449842a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*
1919
* @author Kévin Dunglas <[email protected]>
2020
*/
21-
interface ExceptionInterface
21+
interface ExceptionInterface extends \Throwable
2222
{
2323
}

0 commit comments

Comments
 (0)