Skip to content

Commit

Permalink
Mark ExceptionInterfaces throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Aug 29, 2018
1 parent f9b23af commit 998502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception/ExceptionInterface.php
Expand Up @@ -16,6 +16,6 @@
*
* @author Alexandre Salomé <alexandre.salome@gmail.com>
*/
interface ExceptionInterface
interface ExceptionInterface extends \Throwable
{
}

0 comments on commit 998502f

Please sign in to comment.