Home
last modified time | relevance | path

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

12345

/plugin/combo/ComboStrap/
H A DMediaLink.php53 * @throws ExceptionBadArgument
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 DOutline.php254 } catch (ExceptionBadArgument $e) {
874 } catch (ExceptionBadArgument $e) {
H A DOutlineSection.php204 } catch (ExceptionBadArgument $e) {
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 DPageImageTag.php104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
151 } catch (ExceptionBadArgument $e) {
159 } catch (ExceptionBadArgument $e) {
175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
182 } catch (ExceptionNotFound|ExceptionBadArgument $e) {
214 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionCompile $e) {
H A DPageSqlTreeListener.php283 } catch (ExceptionBadArgument $e) {
H A DPathAbs.php91 } catch (ExceptionBadArgument|ExceptionCast $e) {
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 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 DSiteConfig.php297 } catch (ExceptionBadArgument $e) {
360 } catch (ExceptionBadArgument $e) {
544 } catch (ExceptionBadArgument $e) {
H A DSlotSystem.php45 } catch (ExceptionBadArgument|ExceptionNotFound $e) {
H A DSnippet.php176 * @throws ExceptionBadArgument
184 * @throws ExceptionBadArgument
254 * @throws ExceptionBadArgument
345 * @throws ExceptionBadArgument
372 * @throws ExceptionBadArgument - if the url does not have a file name
381 throw new ExceptionBadArgument($messageFormat);
391 throw new ExceptionBadArgument($messageFormat);
400 * @throws ExceptionBadArgument
710 } catch (ExceptionBadArgument $e) {
916 * @throws ExceptionBadArgument
[all...]
H A DSnippetSystem.php283 * @throws ExceptionBadArgument - the url needs to have a file name
310 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
321 * @throws ExceptionBadArgument
353 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DSvgImageLink.php49 * @throws ExceptionBadArgument
59 * @throws ExceptionBadArgument
200 * @throws ExceptionBadArgument
255 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionCompile $e) {
/plugin/combo/ComboStrap/Meta/Api/
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
H A DMetadataDateTime.php8 use ComboStrap\ExceptionBadArgument; alias
44 } catch (ExceptionBadArgument $e) {
86 } catch (ExceptionBadArgument $e) {
113 * @throws ExceptionBadArgument - if this is not a string
121 throw new ExceptionBadArgument("This is not a string value");
140 * @throws ExceptionBadArgument - if the value is not valid
145 throw new ExceptionBadArgument("The passed value is null");
148 throw new ExceptionBadArgument("This is not a date time");
H A DMetadataMultiple.php8 use ComboStrap\ExceptionBadArgument; alias
117 * @throws ExceptionBadArgument
129 throw new ExceptionBadArgument("The value ($value) for ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical());
138 * @throws ExceptionBadArgument
160 throw new ExceptionBadArgument("The value for $this is not an array, nor a string (value: $value)", get_class($this));
H A DMetadataStore.php6 use ComboStrap\ExceptionBadArgument; alias
31 * @throws ExceptionBadArgument
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 DMetadataTabular.php8 use ComboStrap\ExceptionBadArgument; alias
244 } catch (ExceptionBadArgument $e) {
H A DMetadataText.php7 use ComboStrap\ExceptionBadArgument; alias
52 * @throws ExceptionBadArgument
57 throw new ExceptionBadArgument("The value of the metadata ($this) is not a string", $this->getCanonical());
71 throw new ExceptionBadArgument("The value ($value) for the metadata ({$this->getName()}) is not one of the possible following values: " . implode(", ", $possibleValues) . ".");
H A DMetadataWikiPath.php7 use ComboStrap\ExceptionBadArgument; alias
127 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php9 use ComboStrap\ExceptionBadArgument; alias
174 } catch (ExceptionBadArgument $e) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php8 use ComboStrap\ExceptionBadArgument; alias
137 } catch (ExceptionBadArgument $e) {

12345