Home
last modified time | relevance | path

Searched refs:ExceptionBadSyntax (Results 26 – 50 of 74) sorted by path

123

/plugin/combo/ComboStrap/
H A DHeadingTag.php347 } catch (ExceptionBadSyntax $e) {
363 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DHorizontal.php47 } catch (ExceptionBadSyntax $e) {
H A DHtml.php124 * @throws ExceptionBadSyntax - bad url
158 } catch (ExceptionBadSyntax $e) {
159 throw new ExceptionBadSyntax("Bad Syntax on Src Set ($i). Error: {$e->getMessage()}. Expected: $expectedSrc vs Actual: $actualSrc. ");
168 * @throws ExceptionBadSyntax
175 } catch (ExceptionBadSyntax $e) {
176 throw new ExceptionBadSyntax("The expected URL string ($expected) is not valid. Error: {$e->getMessage()}");
180 } catch (ExceptionBadSyntax $e) {
181 throw new ExceptionBadSyntax("The $actual URL string ($actual) is not valid. Error: {$e->getMessage()}");
H A DHttpResponse.php72 } elseif ($e instanceof ExceptionBadSyntax) {
319 * @throws ExceptionBadSyntax
361 * @throws ExceptionBadSyntax
430 * @throws ExceptionBadSyntax
H A DIFetcherLocalImage.php17 * @throws ExceptionBadSyntax
H A DIcon.php18 * @throws ExceptionBadSyntax
34 * @throws ExceptionBadSyntax
H A DImageSystem.php34 } catch (ExceptionBadSyntax $e) {
H A DInterWiki.php80 * @throws ExceptionBadSyntax
H A DIso8601Date.php65 * @throws ExceptionBadSyntax if the format is not supported
130 throw new ExceptionBadSyntax($message, self::CANONICAL);
166 } catch (ExceptionBadSyntax $e) {
255 * @throws ExceptionBadSyntax
320 throw new ExceptionBadSyntax("Unable to format the date with the pattern ($pattern) and locale ($locale)");
H A DJson.php46 * @throws ExceptionBadSyntax
90 * @throws ExceptionBadSyntax
100 throw new ExceptionBadSyntax("The string is not a valid json. Value: ($jsonString)");
H A DLdJson.php102 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A DLinkMarkup.php104 * @throws ExceptionBadSyntax
124 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
131 * @throws ExceptionBadSyntax
494 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
H A DLocalPath.php99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
445 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
H A DMarkupPath.php252 * @throws ExceptionBadSyntax - if this is not a
640 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
1466 } catch (ExceptionBadSyntax $e) {
1801 } catch (ExceptionBadSyntax $e) {
2299 * @throws ExceptionBadSyntax
H A DMarkupRef.php71 * @throws ExceptionBadSyntax
130 throw new ExceptionBadSyntax("The scheme ({$this->url->getScheme()}) of the URL ({$this->url}) is not authorized");
168 } catch (ExceptionBadSyntax $e) {
169 throw new ExceptionBadSyntax("The url string was not validated as an URL ($ref). Error: {$e->getMessage()}");
351 * @throws ExceptionBadSyntax
361 * @throws ExceptionBadSyntax
H A DMediaLink.php54 * @throws ExceptionBadSyntax
H A DMediaMarkup.php124 * @throws ExceptionBadSyntax
143 * @throws ExceptionBadSyntax
166 * @throws ExceptionBadSyntax
373 * @throws ExceptionBadSyntax
429 * @throws ExceptionBadSyntax - if no ref was found
448 throw new ExceptionBadSyntax("No ref was found");
769 * @throws ExceptionBadSyntax
780 * @throws ExceptionBadSyntax
H A DMetadataFrontmatterStore.php226 * @throws ExceptionBadSyntax
235 throw new ExceptionBadSyntax("The frontmatter is not valid");
243 * @throws ExceptionBadSyntax - if the content has a syntax problem
264 throw new ExceptionBadSyntax("The frontmatter is not the first element");
H A DOutline.php521 * @throws ExceptionBadSyntax
614 throw new ExceptionBadSyntax("The type ($type) is unknown");
H A DPageExplorerTag.php509 } catch (ExceptionBadSyntax $e) {
638 } catch (ExceptionBadSyntax $e) {
654 * @throws ExceptionBadSyntax
H A DPageImageTag.php104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
143 } catch (ExceptionBadSyntax $e) {
175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
214 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionCompile $e) {
H A DPagePublicationDate.php131 } catch (ExceptionBadSyntax $e) {
H A DPipelineTag.php55 } catch (ExceptionBadSyntax $e) {
H A DPipelineUtility.php35 * @throws ExceptionBadSyntax - if there is any syntax error
269 * @throws ExceptionBadSyntax
280 } catch (ExceptionBadSyntax $e) {
281 throw new ExceptionBadSyntax("The format method allows for now only date. The value ($value) is not a date.", PipelineTag::CANONICAL);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php9 use ComboStrap\ExceptionBadSyntax; alias
112 * @throws ExceptionBadSyntax - if the string is not a date string

123