Home
last modified time | relevance | path

Searched refs:ExceptionBadSyntax (Results 1 – 25 of 74) sorted by last modified time

123

/plugin/combo/ComboStrap/
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 DLocalPath.php99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
445 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
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 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 DCacheTag.php43 } catch (ExceptionBadSyntax $e) {
H A DCanonical.php196 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
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 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 DFetcherAppPages.php270 * @throws ExceptionBadSyntax
H A DPageExplorerTag.php509 } catch (ExceptionBadSyntax $e) {
638 } catch (ExceptionBadSyntax $e) {
654 * @throws ExceptionBadSyntax
H A DFetcherImage.php166 } catch (ExceptionBadSyntax $e) {
507 * @throws ExceptionBadSyntax
H A DFetcherPage.php100 * @throws ExceptionBadSyntax
190 * @throws ExceptionBadSyntax
H A DPagePublicationDate.php131 } catch (ExceptionBadSyntax $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)
/plugin/combo/syntax/
H A Dfrontmatter.php24 use ComboStrap\ExceptionBadSyntax; alias
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php9 use ComboStrap\ExceptionBadSyntax; alias
112 * @throws ExceptionBadSyntax - if the string is not a date string
/plugin/combo/action/
H A Dmetatwitter.php5 use ComboStrap\ExceptionBadSyntax; alias
174 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A Dpageprotection.php6 use ComboStrap\ExceptionBadSyntax; alias
191 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {

123