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 6a8916b commit 76f0406
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 Fabien Potencier <fabien@symfony.com>
*/
interface ExceptionInterface
interface ExceptionInterface extends \Throwable
{
}

0 comments on commit 76f0406

Please sign in to comment.