diff options
Diffstat (limited to 'vendor/sabre/xml/lib/ParseException.php')
-rw-r--r-- | vendor/sabre/xml/lib/ParseException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/xml/lib/ParseException.php b/vendor/sabre/xml/lib/ParseException.php index e237b8732..158cf0119 100644 --- a/vendor/sabre/xml/lib/ParseException.php +++ b/vendor/sabre/xml/lib/ParseException.php @@ -13,6 +13,6 @@ use Exception; * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ -class ParseException extends Exception +class ParseException extends \Exception { } |