diff --git a/src/Exception.php b/src/Exception.php index 284d53304..2fc209a84 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -14,7 +14,7 @@ * * @author Gediminas Morkevicius */ -interface Exception +interface Exception extends \Throwable { /* * Following best practices for PHP5.3 package exceptions.