Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/
H A DBlockquoteTag.php278 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
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 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 DCacheManager.php112 } catch (ExceptionBadSyntax $e) {
H A DCacheTag.php43 } catch (ExceptionBadSyntax $e) {
H A DCanonical.php196 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
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 DConditionalValue.php34 * @throws ExceptionBadSyntax
71 * @throws ExceptionBadSyntax
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 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 DExceptionBadSyntax.php12 class ExceptionBadSyntax extends ExceptionCompile class
H A DFetcherAppPages.php270 * @throws ExceptionBadSyntax
H A DFetcherImage.php166 } catch (ExceptionBadSyntax $e) {
507 * @throws ExceptionBadSyntax
H A DFetcherMarkup.php1055 * @throws ExceptionBadSyntax
H A DFetcherPage.php100 * @throws ExceptionBadSyntax
190 * @throws ExceptionBadSyntax
H A DFetcherPageBundler.php41 * @throws ExceptionBadSyntax
114 } catch (ExceptionBadSyntax|ExceptionNotFound|ExceptionBadArgument $e) {
H A DFetcherRailBar.php61 * @throws ExceptionBadSyntax
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 DFetcherRawLocalPath.php63 * @throws ExceptionBadSyntax
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 DFetcherTraitWikiPath.php42 * @throws ExceptionBadSyntax - thrown by other class via the overwritten of {@link setSourcePath} (bad image)
H A DFetcherVignette.php203 } catch (ExceptionBadSyntax $e) {
H A DFileSystems.php339 * @throws ExceptionBadSyntax
346 throw new ExceptionBadSyntax("$uri is not a valid uri");
H A DFsWikiUtility.php50 * @throws ExceptionBadSyntax if the string is not a namespace path

123