Home
last modified time | relevance | path

Searched refs:ExceptionBadArgument (Results 51 – 75 of 105) sorted by relevance

12345

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php11 use ComboStrap\ExceptionBadArgument; alias
157 * @throws ExceptionBadArgument - if the class is not a metadata class
162 throw new ExceptionBadArgument("The class ($class) is not a metadata class");
H A DMetadata.php18 use ComboStrap\ExceptionBadArgument; alias
301 * @throws ExceptionBadArgument - if the value cannot be persisted
629 * @throws ExceptionBadArgument - if the value can not be persisted
781 * @throws ExceptionBadArgument - if the class string of the children are not good
/plugin/combo/ComboStrap/
H A DCanonical.php150 } catch (ExceptionBadArgument $e) {
196 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DLinkMarkup.php103 * @throws ExceptionBadArgument
124 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
130 * @throws ExceptionBadArgument
456 * @throws ExceptionNotFound|ExceptionBadArgument
H A DFileSystems.php188 } catch (ExceptionBadArgument $e) {
294 * @throws ExceptionBadArgument - if they are not local path
340 * @throws ExceptionBadArgument
H A DMediaLink.php53 * @throws ExceptionBadArgument
H A DDokuwikiId.php42 } catch (ExceptionBadArgument $e) {
H A DCacheExpirationFrequency.php34 * @throws ExceptionBadArgument - if the value cannot be persisted
H A DSnippetSystem.php282 * @throws ExceptionBadArgument
298 * @throws ExceptionBadArgument
H A DSiteConfig.php296 } catch (ExceptionBadArgument $e) {
359 } catch (ExceptionBadArgument $e) {
543 } catch (ExceptionBadArgument $e) {
H A DCacheExpirationDate.php93 } catch (ExceptionBadArgument $badArgument) {
H A DFetcherCache.php103 } catch (ExceptionCast|ExceptionBadArgument $e) {
H A DFetcherPageSearch.php32 * @throws ExceptionNotFound|ExceptionBadArgument
H A DThirdMediaLink.php79 } catch (ExceptionBadArgument $e) {
H A DPathAbs.php91 } catch (ExceptionBadArgument|ExceptionCast $e) {
/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
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php10 use ComboStrap\ExceptionBadArgument; alias
54 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php10 use ComboStrap\ExceptionBadArgument; alias
100 } catch (ExceptionBadArgument $e) {
H A DSubscribeTag.php10 use ComboStrap\ExceptionBadArgument; alias
/plugin/combo/syntax/
H A Dmedia.php8 use ComboStrap\ExceptionBadArgument; alias
143 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
328 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadSyntax $e) {
H A Diterator.php4 use ComboStrap\ExceptionBadArgument; alias
102 } catch (ExceptionBadArgument $e) {
117 } catch (ExceptionBadArgument $e) {
H A Dfrontmatter.php23 use ComboStrap\ExceptionBadArgument; alias
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
/plugin/combo/action/
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) {
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php7 use ComboStrap\ExceptionBadArgument; alias
213 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
216 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {

12345