Skip to content

Commit ab6b351

Browse files
authored
chore: extend exception from throwable
1 parent 6d51904 commit ab6b351

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
@@ -11,7 +11,7 @@
1111

1212
namespace Ahc\Cli;
1313

14-
interface Exception
14+
interface Exception extends \Throwable
1515
{
1616
// ;)
1717
}

0 commit comments

Comments
 (0)