Skip to content

Commit

Permalink
chore: extend exception from throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Dec 29, 2019
1 parent 6d51904 commit ab6b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Ahc\Cli;

interface Exception
interface Exception extends \Throwable
{
// ;)
}

0 comments on commit ab6b351

Please sign in to comment.