Home
last modified time | relevance | path

Searched refs:LibXMLException (Results 1 – 11 of 11) sorted by relevance

/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php76 throw new LibXMLException($errors);
155 throw new LibXMLException($errors);
168 throw new LibXMLException($errors);
H A DLibXMLException.php17 class LibXMLException extends ParseException { class
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php76 throw new LibXMLException($errors);
155 throw new LibXMLException($errors);
168 throw new LibXMLException($errors);
H A DLibXMLException.php17 class LibXMLException extends ParseException { class
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php77 throw new LibXMLException($errors);
158 throw new LibXMLException($errors);
H A DLibXMLException.php17 class LibXMLException extends ParseException { class
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md15 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
80 * LibXMLException now inherits from ParseException, so it's easy for users to
144 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md76 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
141 * LibXMLException now inherits from ParseException, so it's easy for users to
205 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md82 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
147 * LibXMLException now inherits from ParseException, so it's easy for users to
211 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php293 } catch (LibXMLException $e) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php354 } catch (LibXMLException $e) {