Skip to content

Commit

Permalink
Merge pull request #612 from deguif/base-exception-throwable
Browse files Browse the repository at this point in the history
Make base exception extends throwable
  • Loading branch information
goetas authored Feb 9, 2025
2 parents 001aa5e + 6a54f1e commit d465379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
interface Exception
interface Exception extends \Throwable
{
}

0 comments on commit d465379

Please sign in to comment.