Home
last modified time | relevance | path

Searched refs:ZoteroParserException (Results 1 – 2 of 2) sorted by relevance

/plugin/zotero/
H A DFeedZoteroRepository.php75 throw new ZoteroParserException("Zotero item type could not be found in node " . $node);
85 throw new ZoteroParserException("Zotero ID could not be found in node " . $node);
95 throw new ZoteroParserException("Entry content could not be found in node " . $node);
H A DZoteroParserException.php2 class ZoteroParserException extends Exception class