Home
last modified time | relevance | path

Searched refs:ExceptionBadSyntax (Results 1 – 25 of 74) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DConditionalLength.php74 } catch (ExceptionBadSyntax $e) {
93 } catch (ExceptionBadSyntax $e) {
96 } catch (ExceptionBadSyntax $e) {
254 * @throws ExceptionBadSyntax
265 throw new ExceptionBadSyntax("Length is not a number with optional unit");
272 throw new ExceptionBadSyntax("The number value ($localNumber) of the length value ($this->length) is not a valid float format.");
288 * @throws ExceptionBadSyntax
295 throw new ExceptionBadSyntax("Length is not a ratio");
302 throw new ExceptionBadSyntax("The number value ($numerator) of the length value ($this->length) is not a valid float format.");
309 throw new ExceptionBadSyntax("Th
[all...]
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 DFetcherRaster.php43 * @throws ExceptionBadSyntax
55 * @throws ExceptionBadSyntax
140 * @throws ExceptionBadSyntax - if the path is not valid image format
164 throw new ExceptionBadSyntax("We couldn't retrieve the type and dimensions of the image ($this). The image format seems to be not supported.", self::CANONICAL);
168 throw new ExceptionBadSyntax("We couldn't retrieve the width of the image ($this)", self::CANONICAL);
172 throw new ExceptionBadSyntax("We couldn't retrieve the height of the image ($this)", self::CANONICAL);
285 * @throws ExceptionBadSyntax - if the image is badly encoded
300 * @throws ExceptionBadSyntax - if the file is badly encoded
H A DFetcherSvg.php167 * @throws ExceptionBadSyntax
178 * @throws ExceptionBadSyntax
240 * @throws ExceptionBadSyntax
432 } catch (ExceptionBadSyntax $e) {
448 } catch (ExceptionBadSyntax $e) {
458 * @throws ExceptionBadSyntax
480 * @throws ExceptionBadSyntax
562 * @throws ExceptionBadSyntax - the file is not a svg file
812 * @throws ExceptionBadSyntax
847 * @throws ExceptionBadSyntax
[all...]
H A DCacheExpirationFrequency.php35 * @throws ExceptionBadSyntax - if the frequency has not the good syntax
53 } catch (ExceptionBadSyntax $e) {
54 throw new ExceptionBadSyntax("The cache frequency expression ($value) is not a valid cron expression. <a href=\"https://crontab.guru/\">Validate it on this website</a>", CacheExpirationFrequency::PROPERTY_NAME, 0, $e);
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 DCron.php14 * @throws ExceptionBadSyntax
22 throw new ExceptionBadSyntax("The cache frequency expression ($cronExpression) is not a valid cron expression. <a href=\"https://crontab.guru/\">Validate it on this website</a>");
H A DDateTag.php29 * @throws ExceptionBadSyntax
66 // throw new ExceptionBadSyntax("The language ($lang) / locale ($derivedLocale) is not available as locale on the server. You can't then format the value ($date) in this language.");
77 throw new ExceptionBadSyntax("Unable to format the date ($date) with the format ($format) and lang ($lang)");
112 } catch (ExceptionBadSyntax $e) {
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 DDimension.php217 * @throws ExceptionBadSyntax
225 throw new ExceptionBadSyntax("The width value ($width) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
230 throw new ExceptionBadSyntax("The width value ($height) of the ratio `$stringRatio` is not numeric", PageImageTag::CANONICAL);
233 throw new ExceptionBadSyntax("The height value of the ratio `$stringRatio` should not be zero", PageImageTag::CANONICAL);
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);
H A DConditionalValue.php34 * @throws ExceptionBadSyntax
71 * @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 DSvgImageLink.php48 * @throws ExceptionBadSyntax
60 * @throws ExceptionBadSyntax
255 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionCompile $e) {
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 DBootstrap.php152 } catch (ExceptionNotFound|ExceptionBadSyntax $e) {
171 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
270 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
298 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DHttpResponse.php72 } elseif ($e instanceof ExceptionBadSyntax) {
319 * @throws ExceptionBadSyntax
361 * @throws ExceptionBadSyntax
430 * @throws ExceptionBadSyntax
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php17 use ComboStrap\ExceptionBadSyntax; alias
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
[all...]
H A DXhtmlUtility.php6 use ComboStrap\ExceptionBadSyntax; alias
32 * @throws ExceptionBadSyntax
72 * @throws ExceptionBadSyntax
H A DXmlSystems.php8 use ComboStrap\ExceptionBadSyntax; alias
94 * @throws ExceptionBadSyntax
99 throw new ExceptionBadSyntax("The text should not be empty");
196 } catch (ExceptionBadSyntax|ExceptionNotEquals $e) {
213 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
216 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
348 } catch (ExceptionBadSyntax $e) {
H A DXmlElement.php8 use ComboStrap\ExceptionBadSyntax; alias
100 * @throws ExceptionBadSyntax
151 * @throws ExceptionBadSyntax
221 * @throws ExceptionBadSyntax
399 * @throws ExceptionBadSyntax
/plugin/combo/ComboStrap/TagAttribute/
H A DAnimation.php16 use ComboStrap\ExceptionBadSyntax; alias
66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
H A DToggle.php9 use ComboStrap\ExceptionBadSyntax; alias
65 } catch (ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php6 use ComboStrap\ExceptionBadSyntax; alias
72 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {

123