Home
last modified time | relevance | path

Searched refs:ExceptionBadArgument (Results 26 – 50 of 105) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DRasterImageLink.php47 * @throws ExceptionBadArgument - if the fetcher is not a raster mime and image fetcher
54 throw new ExceptionBadArgument("The mime value ($mime) is not a supported raster image.", self::CANONICAL);
57 throw new ExceptionBadArgument("The fetcher is not a fetcher image but is a " . get_class($fetcher));
143 } catch (ExceptionBadArgument $e) {
H A DColorRgb.php347 * @throws ExceptionBadArgument
475 * @throws ExceptionBadArgument
480 throw new ExceptionBadArgument("The color value ($hex) does not start with a #, this is not valid CSS hexadecimal color value");
497 throw new ExceptionBadArgument("The digit color value ($hex) is not 3 or 6 in length, this is not a valid CSS hexadecimal color value");
501 throw new ExceptionBadArgument("The digit color value ($hex) is not a hexadecimal value, this is not a valid CSS hexadecimal color value");
545 * @throws ExceptionBadArgument
787 * @throws ExceptionBadArgument
794 throw new ExceptionBadArgument("The value is not an hexadecimal color value ($color)");
H A DMediaMarkup.php123 * @throws ExceptionBadArgument
142 * @throws ExceptionBadArgument
155 throw new ExceptionBadArgument("The media reference was not found in the callstack array", self::CANONICAL);
165 * @throws ExceptionBadArgument
374 * @throws ExceptionBadArgument
430 * @throws ExceptionBadArgument
768 * @throws ExceptionBadArgument
781 * @throws ExceptionBadArgument
928 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
H A DFetcherSvg.php154 * @throws ExceptionBadArgument
177 * @throws ExceptionBadArgument
456 * @throws ExceptionBadArgument
560 * @throws ExceptionBadArgument
637 } catch (ExceptionBadArgument $e) {
848 * @throws ExceptionBadArgument
1380 * @throws ExceptionBadArgument
1399 } catch (ExceptionBadArgument $e) {
1413 } catch (ExceptionBadArgument $e) {
1423 } catch (ExceptionBadArgument
[all...]
H A DSite.php130 } catch (ExceptionBadArgument $e) {
156 } catch (ExceptionBadArgument $e) {
181 } catch (ExceptionBadArgument $e) {
215 } catch (ExceptionBadArgument $e) {
380 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
640 } catch (ExceptionBadArgument $e) {
708 } catch (ExceptionBadArgument $e) {
923 } catch (ExceptionBadArgument $e) {
H A DFetcherRawLocalPath.php37 * @throws ExceptionBadArgument
62 * @throws ExceptionBadArgument - if the media/id was not found
H A DConditionalValue.php79 * @throws ExceptionBadArgument
84 throw new ExceptionBadArgument("$breakpoint is not a valid breakpoint value");
H A DToc.php41 * @throws ExceptionBadArgument - if the TOC is not an array
244 * @throws ExceptionBadArgument
249 throw new ExceptionBadArgument("The toc value ($value) is not an array");
H A DCacheReportHtmlDataBlockArray.php57 } catch (ExceptionBadArgument $e) {
64 } catch (ExceptionBadArgument $e) {
H A DFetcherPage.php46 * @throws ExceptionBadArgument
99 * @throws ExceptionBadArgument
192 * @throws ExceptionBadArgument
298 } catch (ExceptionBadArgument $e) {
H A DMarkupRef.php72 * @throws ExceptionBadArgument
162 } catch (ExceptionBadArgument $e) {
269 throw new ExceptionBadArgument("The ref type ($type) is unknown");
344 throw new ExceptionBadArgument("The ref type ($type) is unknown");
350 * @throws ExceptionBadArgument
362 * @throws ExceptionBadArgument
H A DWikiPath.php259 * @throws ExceptionBadArgument - if a relative path is given and the context path does not have any parent
287 throw new ExceptionBadArgument("The context path ($contextPath) does not have a grand parent, therefore the relative path ($parameterPath) is invalid.", $e);
461 * @throws ExceptionBadArgument
471 throw new ExceptionBadArgument("The uri ($uri) is not a wiki uri");
598 * @throws ExceptionBadArgument - if the path is not a local path or is not in a known drive
607 throw new ExceptionBadArgument("The path ($path) is not a local path and cannot be converted to a wiki path");
615 } catch (ExceptionBadArgument $e) {
626 } catch (ExceptionBadArgument $e) {
639 throw new ExceptionBadArgument("The local path ($path) is not inside a wiki path drive");
H A DHttpResponse.php64 * @throws ExceptionBadArgument
70 } elseif ($e instanceof ExceptionBadArgument) {
341 } catch (ExceptionBadArgument $e) {
393 } catch (ExceptionBadArgument $e) {
H A DFetcherTraitWikiPath.php41 * @throws ExceptionBadArgument - if the wiki id (id/media) property was not found and the path was not set
60 throw new ExceptionBadArgument("The (" . MediaMarkup::$MEDIA_QUERY_PARAMETER . ", " . FetcherRawLocalPath::SRC_QUERY_PARAMETER . " or " . DokuwikiId::DOKUWIKI_ID_ATTRIBUTE . ") query property is mandatory and was not defined");
H A DPageId.php317 * @throws ExceptionBadArgument
331 throw new ExceptionBadArgument("No value to store");
334 throw new ExceptionBadArgument("The page id can not be modified once generated. The value in the store is $actualStoreValue while the new value is $value");
H A DExceptionBadArgument.php12 class ExceptionBadArgument extends ExceptionCompile class
/plugin/combo/syntax/
H A Dedit.php4 use ComboStrap\ExceptionBadArgument; alias
138 } catch (ExceptionBadArgument $e) {
H A Dcontentlist.php8 use ComboStrap\ExceptionBadArgument; alias
64 * @throws ExceptionBadArgument
87 * @throws ExceptionBadArgument
255 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/TagAttribute/
H A DAnimation.php15 use ComboStrap\ExceptionBadArgument; alias
66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php5 use ComboStrap\ExceptionBadArgument; alias
72 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
/plugin/combo/action/
H A Dqualitymutation.php6 use ComboStrap\ExceptionBadArgument; alias
79 } catch (ExceptionBadArgument $e) {
H A Dlinkwizard.php3 use ComboStrap\ExceptionBadArgument; alias
108 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php7 use ComboStrap\ExceptionBadArgument; alias
127 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php8 use ComboStrap\ExceptionBadArgument; alias
45 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DAdTag.php18 use ComboStrap\ExceptionBadArgument; alias
73 } catch (ExceptionBadArgument $e) {

12345