Home
last modified time | relevance | path

Searched refs:ExceptionBadArgument (Results 1 – 25 of 105) sorted by path

12345

/plugin/combo/ComboStrap/
H A DBlockquoteTag.php278 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DBootstrap.php105 } catch (ExceptionBadArgument $e) {
298 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DBrandButton.php212 * @throws ExceptionBadArgument
222 throw new ExceptionBadArgument("The brand ($this) does not support the $this->type button (The $this->type URL is unknown)");
228 throw new ExceptionBadArgument("The page requested should not be null for a share button when requesting the endpoint uri.");
H A DBreadcrumbTag.php97 } catch (ExceptionBadArgument $e) {
H A DCacheExpirationDate.php93 } catch (ExceptionBadArgument $badArgument) {
H A DCacheExpirationFrequency.php34 * @throws ExceptionBadArgument - if the value cannot be persisted
H A DCacheReportHtmlDataBlockArray.php57 } catch (ExceptionBadArgument $e) {
64 } catch (ExceptionBadArgument $e) {
H A DCacheTag.php47 } catch (ExceptionBadArgument $e) {
H A DCallStack.php600 } catch (ExceptionBadArgument $e) {
616 * @throws ExceptionBadArgument
626 throw new ExceptionBadArgument("The offset value of ($offset) is off limit");
H A DCanonical.php150 } catch (ExceptionBadArgument $e) {
196 } catch (ExceptionBadArgument|ExceptionBadSyntax $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 DConditionalLength.php57 * @throws ExceptionBadArgument
105 * @throws ExceptionBadArgument
118 * @throws ExceptionBadArgument
142 * @throws ExceptionBadArgument
149 throw new ExceptionBadArgument("The length ratio ($ratio) is greater than 1. It should be less than 1 to get a col class.");
162 * @throws ExceptionBadArgument
175 throw new ExceptionBadArgument("A row col class can be calculated only from a number ({$this}) or from the `auto` value");
181 throw new ExceptionBadArgument("A row col class can be calculated only from a number below $totalColumns ({$this}");
211 * @throws ExceptionBadArgument
270 } catch (ExceptionBadArgument
[all...]
H A DConditionalValue.php79 * @throws ExceptionBadArgument
84 throw new ExceptionBadArgument("$breakpoint is not a valid breakpoint value");
H A DDataType.php72 * @throws ExceptionBadArgument
84 * @throws ExceptionBadArgument
96 throw new ExceptionBadArgument("The value passed is not a numeric/nor a string. We can not translate it to an integer. Value: $varExport");
111 throw new ExceptionBadArgument("The value ($targetValue) can not be cast to an integer.");
117 * @throws ExceptionBadArgument
133 * @throws ExceptionBadArgument - if the value is not a numeric
142 throw new ExceptionBadArgument("The value ($value) is not a numeric");
H A DDimension.php257 } catch (ExceptionBadArgument $e) {
296 } catch (ExceptionBadArgument $e) {
313 } catch (ExceptionBadArgument $e) {
322 } catch (ExceptionBadArgument $e) {
H A DDokuwikiId.php42 } catch (ExceptionBadArgument $e) {
H A DEditButton.php199 * @throws ExceptionBadArgument - if the wiki id could not be found
H A DExceptionBadArgument.php12 class ExceptionBadArgument extends ExceptionCompile class
H A DExecutionContext.php738 * @throws ExceptionBadArgument
752 * @throws ExceptionBadArgument
H A DFetcherAppPages.php269 * @throws ExceptionBadArgument
H A DFetcherCache.php103 } catch (ExceptionCast|ExceptionBadArgument $e) {
H A DFetcherImage.php131 * @throws ExceptionBadArgument
143 } catch (ExceptionBadArgument $e) {
144 throw new ExceptionBadArgument("The width value ($requestedWidth) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
156 } catch (ExceptionBadArgument $e) {
157 throw new ExceptionBadArgument("The height value ($requestedHeight) is not a valid integer", FetcherImage::CANONICAL, 0, $e);
167 throw new ExceptionBadArgument("The requested ratio ($requestedRatio) is not a valid value ({$e->getMessage()})", FetcherImage::CANONICAL, 0, $e);
H A DFetcherMarkup.php735 * @throws ExceptionBadArgument
H A DFetcherMarkupWebcode.php72 throw new ExceptionBadArgument("The markup property ($markupProperty) is mandatory");
H A DFetcherPage.php46 * @throws ExceptionBadArgument
99 * @throws ExceptionBadArgument
192 * @throws ExceptionBadArgument
298 } catch (ExceptionBadArgument $e) {

12345