[Pkg-owncloud-commits] [php-sabre-vobject] 93/341: !xml Update an exception message.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:37 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 6b37d310348ae305bd5684d0f90872959052845d
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Mon Nov 24 18:18:40 2014 +0100

    !xml Update an exception message.
---
 lib/Parser/XML.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 06bc75b..3e6e106 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -66,7 +66,7 @@ class XML extends Parser {
             $this->parseVcalendarComponents($this->root, $options);
         }
         else
-            throw new \Exception('Arg');
+            throw new \Exception('Unsupported XML standard');
 
         return $this->root;
     }

-- 
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