Home
last modified time | relevance | path

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

12345

/plugin/combo/action/
H A Dimgmove.php3 use ComboStrap\ExceptionBadArgument; alias
83 } catch (ExceptionBadArgument $e) {
H A Drouter.php6 use ComboStrap\ExceptionBadArgument;
839 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
5 use ComboStrap\ExceptionBadArgument; global() alias
/plugin/combo/ComboStrap/
H A DSlotSystem.php45 } catch (ExceptionBadArgument|ExceptionNotFound $e) {
H A DCacheTag.php47 } catch (ExceptionBadArgument $e) {
H A DMarkupPath.php640 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
919 } catch (ExceptionBadArgument $e) {
1306 * @throws ExceptionBadArgument - if the value cannot be persisted
1799 } catch (ExceptionBadArgument $e) {
1966 * @throws ExceptionBadArgument - if the markup path is not a {@link WikiPath}
2226 } catch (ExceptionBadArgument $e) {
2300 * @throws ExceptionBadArgument
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 DIconDownloader.php218 * @throws ExceptionBadArgument|ExceptionFileSystem
279 * @throws ExceptionBadArgument - if the icon library is not supported
321 throw new ExceptionBadArgument("The library ($library) is not a icon library supported");
H A DCallStack.php600 } catch (ExceptionBadArgument $e) {
616 * @throws ExceptionBadArgument
626 throw new ExceptionBadArgument("The offset value of ($offset) is off limit");
H A DBreadcrumbTag.php97 } catch (ExceptionBadArgument $e) {
H A DIconTag.php58 } catch (ExceptionBadArgument $e) {
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 DFetcherMarkupWebcode.php72 throw new ExceptionBadArgument("The markup property ($markupProperty) is mandatory");
H A DFetcherAppPages.php269 * @throws ExceptionBadArgument
H A DInterWiki.php81 * @throws ExceptionBadArgument
H A DOutlineSection.php197 } catch (ExceptionBadArgument $e) {
H A DLdJson.php102 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A DExecutionContext.php738 * @throws ExceptionBadArgument
752 * @throws ExceptionBadArgument
H A DBlockquoteTag.php278 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DOutline.php246 } catch (ExceptionBadArgument $e) {
864 } catch (ExceptionBadArgument $e) {
H A DEditButton.php199 * @throws ExceptionBadArgument - if the wiki id could not be found
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php8 use ComboStrap\ExceptionBadArgument; alias
244 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php8 use ComboStrap\ExceptionBadArgument; alias
137 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php8 use ComboStrap\ExceptionBadArgument; alias
199 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php9 use ComboStrap\ExceptionBadArgument; alias
174 } catch (ExceptionBadArgument $e) {

12345