Home
last modified time | relevance | path

Searched refs:HTMLPurifier_VarParserException (Results 1 – 7 of 7) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DVarParser.php59 * @throws HTMLPurifier_VarParserException
65 throw new HTMLPurifier_VarParserException("Invalid type '$type'");
145 * @throws HTMLPurifier_VarParserException
149 throw new HTMLPurifier_VarParserException($msg);
DVarParserException.php6 class HTMLPurifier_VarParserException extends HTMLPurifier_Exception class
DConfig.php348 } catch (HTMLPurifier_VarParserException $e) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/
DNative.php25 * @throws HTMLPurifier_VarParserException
32 throw new HTMLPurifier_VarParserException("Fatal error in evaluated code");
DFlexible.php15 * @throws HTMLPurifier_VarParserException
51 … throw new HTMLPurifier_VarParserException("Unrecognized value '$var' for $type");
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DInterchangeBuilder.php132 } catch (HTMLPurifier_VarParserException $e) {
DValidator.php103 } catch (HTMLPurifier_VarParserException $e) {