Home
last modified time | relevance | path

Searched refs:ExceptionBadArgument (Results 76 – 100 of 105) sorted by path

12345

/plugin/combo/ComboStrap/Tag/
H A DAdTag.php18 use ComboStrap\ExceptionBadArgument; alias
73 } catch (ExceptionBadArgument $e) {
H A DBarTag.php10 use ComboStrap\ExceptionBadArgument; alias
100 } catch (ExceptionBadArgument $e) {
H A DMermaidTag.php8 use ComboStrap\ExceptionBadArgument; alias
45 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DSubscribeTag.php10 use ComboStrap\ExceptionBadArgument; alias
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php10 use ComboStrap\ExceptionBadArgument; alias
54 } catch (ExceptionBadArgument $e) {
H A DAnimation.php15 use ComboStrap\ExceptionBadArgument; alias
66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
H A DBackgroundAttribute.php8 use ComboStrap\ExceptionBadArgument; alias
199 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
H A DHero.php5 use ComboStrap\ExceptionBadArgument; alias
46 throw new ExceptionBadArgument("The hero value ($hero) is unknown and was not applied");
55 } catch (ExceptionBadArgument $e) {
H A DTextAlign.php8 use ComboStrap\ExceptionBadArgument; alias
35 } catch (ExceptionBadArgument $e) {
42 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/
H A DTagAttributes.php378 * @throws ExceptionBadArgument
1129 * @throws ExceptionBadArgument
1436 * @throws ExceptionBadArgument
1448 throw new ExceptionBadArgument("The attribute ($attributeName) does not contain a string, we can't return multiple values");
H A DTemplateForWebPage.php550 } catch (ExceptionBadArgument $e) {
H A DThirdMediaLink.php79 } catch (ExceptionBadArgument $e) {
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 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");
/plugin/combo/ComboStrap/Web/
H A DUrl.php9 use ComboStrap\ExceptionBadArgument;
94 * @throws ExceptionBadArgument
132 } catch (ExceptionBadArgument $e) {
133 throw new ExceptionBadArgument("The port ($port) in ($url) is not an integer. Error: {$e->getMessage()}");
274 * @throws ExceptionBadSyntax|ExceptionBadArgument
962 * @throws ExceptionBadArgument
10 use ComboStrap\ExceptionBadArgument; global() alias
H A DUrlEndpoint.php5 use ComboStrap\ExceptionBadArgument; alias
72 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php7 use ComboStrap\ExceptionBadArgument; alias
196 * @throws ExceptionBadArgument - if the text is not a valid text xml expression
222 * @throws ExceptionBadArgument
345 * @throws ExceptionBadArgument
369 throw new ExceptionBadArgument("The position ($position) is unknown");
400 * @throws ExceptionBadArgument
H A DXmlSystems.php7 use ComboStrap\ExceptionBadArgument; alias
213 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
216 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
/plugin/combo/action/
H A Dimgmove.php3 use ComboStrap\ExceptionBadArgument; alias
83 } catch (ExceptionBadArgument $e) {
H A Dlinkwizard.php3 use ComboStrap\ExceptionBadArgument; alias
108 } catch (ExceptionBadArgument $e) {
H A Dmetatwitter.php4 use ComboStrap\ExceptionBadArgument; alias
174 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A Dpageprotection.php5 use ComboStrap\ExceptionBadArgument; alias
191 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A Dqualitymutation.php6 use ComboStrap\ExceptionBadArgument; alias
79 } catch (ExceptionBadArgument $e) {
H A Drouter.php6 use ComboStrap\ExceptionBadArgument;
839 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
5 use ComboStrap\ExceptionBadArgument; global() alias
/plugin/combo/syntax/
H A Dcontentlist.php8 use ComboStrap\ExceptionBadArgument; alias
64 * @throws ExceptionBadArgument
87 * @throws ExceptionBadArgument
255 } catch (ExceptionBadArgument $e) {

12345