Skip to content

Commit

Permalink
Extend Throwable in the package's marker exception interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored and phansys committed Jul 24, 2024
1 parent ddbbd27 commit 93d8133
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 @@ -14,7 +14,7 @@
*
* @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>
*/
interface Exception
interface Exception extends \Throwable
{
/*
* Following best practices for PHP5.3 package exceptions.
Expand Down

0 comments on commit 93d8133

Please sign in to comment.