Lines Matching defs:ExceptionBadSyntax
17 use ComboStrap\ExceptionBadSyntax;
77 * @throws ExceptionBadSyntax - if the document is not valid or the lib xml is not available
86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
92 throw new ExceptionBadSyntax("The php `libxml` module was not found on your installation, the xml/svg file could not be modified / instantiated", self::CANONICAL);
213 throw new ExceptionBadSyntax($message, self::CANONICAL);
244 * @throws ExceptionBadSyntax - if the content is not valid
259 * @throws ExceptionBadSyntax
283 * @throws ExceptionBadSyntax
410 } catch (ExceptionBadSyntax $e) {
422 } catch (ExceptionBadSyntax $e) {
477 * @throws ExceptionBadSyntax - if the query is invalid
510 throw new ExceptionBadSyntax("The query expression ($query) may be malformed");
699 * @throws ExceptionBadSyntax - if the selector is not valid
714 * @throws ExceptionBadSyntax
731 * @throws ExceptionBadSyntax
738 throw new ExceptionBadSyntax("The selector ($selector) is not valid. Error: {$e->getMessage()}");
774 * @throws ExceptionBadSyntax