Skip to content

Commit 93d8133

Browse files
mbabkerphansys
authored andcommitted
Extend Throwable in the package's marker exception interface
1 parent ddbbd27 commit 93d8133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author Gediminas Morkevicius <[email protected]>
1616
*/
17-
interface Exception
17+
interface Exception extends \Throwable
1818
{
1919
/*
2020
* Following best practices for PHP5.3 package exceptions.

0 commit comments

Comments
 (0)