[Pkg-owncloud-commits] [php-sabre-vobject] 01/29: ParseException should not extend InvalidDataException.

David Prévot taffit at moszumanska.debian.org
Sat Dec 12 19:26:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit e1ed124d552ae2f885a81e22a0101060b910ae86
Author: Evert Pot <me at evertpot.com>
Date:   Wed Dec 2 01:22:11 2015 -0500

    ParseException should not extend InvalidDataException.
---
 lib/ParseException.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ParseException.php b/lib/ParseException.php
index c244759..0327d10 100644
--- a/lib/ParseException.php
+++ b/lib/ParseException.php
@@ -9,5 +9,5 @@ namespace Sabre\VObject;
  * @author Evert Pot (http://evertpot.com/)
  * @license http://sabre.io/license/ Modified BSD License
  */
-class ParseException extends InvalidDataException {
+class ParseException extends \Exception {
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list