Searched refs:ZoteroParserException (Results 1 – 2 of 2) sorted by relevance
75 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);
2 class ZoteroParserException extends Exception class