Skip to content

Commit d465379

Browse files
authored
Merge pull request #612 from deguif/base-exception-throwable
Make base exception extends throwable
2 parents 001aa5e + 6a54f1e commit d465379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
*
2626
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
2727
*/
28-
interface Exception
28+
interface Exception extends \Throwable
2929
{
3030
}

0 commit comments

Comments
 (0)