Skip to content

Commit

Permalink
Implement Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 12, 2020
1 parent 5acb426 commit 4668053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/exceptions/Exception.php
Expand Up @@ -9,6 +9,8 @@
*/
namespace SebastianBergmann\CliParser;

interface Exception
use Throwable;

interface Exception extends Throwable
{
}

0 comments on commit 4668053

Please sign in to comment.