Home
last modified time | relevance | path

Searched refs:ParseException (Results 26 – 50 of 95) sorted by relevance

1234

/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php8 Sabre\VObject\ParseException, alias
69 … throw new ParseException('The root component must either be a vcalendar, or a vcard');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php8 use Sabre\VObject\ParseException; alias
69 … throw new ParseException('The root component must either be a vcalendar, or a vcard');
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php8 Sabre\VObject\ParseException, alias
69 … throw new ParseException('The root component must either be a vcalendar, or a vcard');
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php8 Sabre\VObject\ParseException, alias
69 … throw new ParseException('The root component must either be a vcalendar, or a vcard');
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParseException.php12 class ParseException extends \Exception class
H A DEofException.php13 class EofException extends ParseException
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParseException.php12 class ParseException extends \Exception { class
H A DEofException.php13 class EofException extends ParseException {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParseException.php12 class ParseException extends \Exception { class
H A DEofException.php13 class EofException extends ParseException {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParseException.php12 class ParseException extends \Exception { class
H A DEofException.php13 class EofException extends ParseException {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParseException.php12 class ParseException extends \Exception { class
H A DEofException.php13 class EofException extends ParseException {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DParseException.php15 class ParseException extends Exception { class
H A DService.php104 * @throws ParseException
162 …throw new ParseException('Expected ' . implode(' or ', (array)$rootElementName) . ' but received '…
H A DReader.php157 throw new ParseException('This should never happen (famous last words)');
186 …throw new ParseException('We hit the end of the document prematurely. This likely means that some …
H A DLibXMLException.php17 class LibXMLException extends ParseException {
/plugin/webdav/vendor/sabre/xml/lib/
H A DParseException.php15 class ParseException extends Exception { class
H A DReader.php157 throw new ParseException('This should never happen (famous last words)');
186 …throw new ParseException('We hit the end of the document prematurely. This likely means that some …
H A DLibXMLException.php17 class LibXMLException extends ParseException {
/plugin/davcal/vendor/sabre/xml/lib/
H A DParseException.php15 class ParseException extends Exception { class
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php22 use Symfony\Component\Yaml\Exception\ParseException; alias
116 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);
124 } catch (ParseException $e) {

1234