Skip to content

Commit 78d2a4a

Browse files
committed
Skautis\Exception nyni dedi od Throwable (PHPStan fix)
1 parent 6c2bd26 commit 78d2a4a

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
@@ -6,6 +6,6 @@
66
/**
77
* @author Petr Morávek <[email protected]>
88
*/
9-
interface Exception
9+
interface Exception extends \Throwable
1010
{
1111
}

0 commit comments

Comments
 (0)