Home
last modified time | relevance | path

Searched refs:ExceptionCompile (Results 1 – 25 of 140) sorted by relevance

123456

/template/strap/ComboStrap/
H A DDictionary.php11 * @throws ExceptionCompile
17 throw new ExceptionCompile("The dictionary file ($path) does not exist");
22 } catch (ExceptionCompile $e) {
23 …throw new ExceptionCompile("The dictionary ($path) is not a valid json. Error: {$e->getMessage()}"…
26 throw new ExceptionCompile("The returned dictionary of the file ($path) is empty");
H A DColorRgb.php285 } catch (ExceptionCompile $e) {
307 * @throws ExceptionCompile
317 * @throws ExceptionCompile
340 } catch (ExceptionCompile $e) {
361 * @throws ExceptionCompile
367 …throw new ExceptionCompile("This color ($this) does not have any channel known, we can't transform…
428 * @throws ExceptionCompile
445 * @throws ExceptionCompile
456 …throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the pe…
460 …throw new ExceptionCompile("This is not possible, the green value ({$color2->getGreen()}) with the…
[all …]
H A DPageRules.php35 } catch (ExceptionCompile $e) {
62 } catch (ExceptionCompile $e) {
90 } catch (ExceptionCompile $e) {
142 } catch (ExceptionCompile $e) {
175 } catch (ExceptionCompile $e) {
197 } catch (ExceptionCompile $e) {
221 } catch (ExceptionCompile $e) {
246 } catch (ExceptionCompile $e) {
264 } catch (ExceptionCompile $e) {
H A DColorHsl.php61 * @throws ExceptionCompile
66 throw new ExceptionCompile("Lightness should be between 0 and 100");
78 * @throws ExceptionCompile
130 } catch (ExceptionCompile $e) {
134 throw new ExceptionCompile($message, self::CANONICAL, 0, $e);
140 * @throws ExceptionCompile
145 throw new ExceptionCompile("Saturation should be between 0 and 100");
173 * @throws ExceptionCompile
H A DEvent.php92 } catch (ExceptionCompile $e) {
122 } catch (ExceptionCompile $e) {
141 } catch (ExceptionCompile $e) {
162 } catch (ExceptionCompile $e) {
218 } catch (ExceptionCompile $e) {
270 } catch (ExceptionCompile $e) {
280 * @throws ExceptionCompile
286 throw new ExceptionCompile("Sqlite is not available");
299 } catch (ExceptionCompile $e) {
300 …throw new ExceptionCompile("Unable to count the number of event in the queue. Error:" . $e->getMes…
[all …]
H A DCacheLog.php50 } catch (ExceptionCompile $e) {
73 } catch (ExceptionCompile $e) {
80 * @throws ExceptionCompile
108 * @throws ExceptionCompile
114 throw new ExceptionCompile("Sqlite is not available");
129 } catch (ExceptionCompile $e) {
130 …throw new ExceptionCompile("Unable to get the cache log. Error:" . $e->getMessage(), self::CANONIC…
H A DPageId.php78 * @throws ExceptionCompile
137 } catch (ExceptionCompile $e) {
268 * @throws ExceptionCompile
279 * @throws ExceptionCompile
284 …throw new ExceptionCompile("A page id can not be set with a null value (Page: {$this->getResource(…
287 …throw new ExceptionCompile("The page id value to set ($value) is not an alphanumeric string (Page:…
297 …throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has a…
300 …throw new ExceptionCompile("The page id cannot be changed, the page ({$this->getResource()}) has a…
H A DMarkupRenderUtility.php26 * @throws ExceptionCompile
65 * @throws ExceptionCompile
85 * @throws ExceptionCompile
103 * @throws ExceptionCompile
H A DIconDownloader.php288 * @throws ExceptionCompile
310 * @throws ExceptionCompile
333 …throw new ExceptionCompile("The icon library ($library) is unknown. The icon could not be download…
351 } catch (ExceptionCompile $e) {
352 …throw new ExceptionCompile("The emoji name $iconName is unknown. The emoji could not be downloaded…
415 …throw new ExceptionCompile("The box-icon icon ($iconName) has a type ($iconType) that is unknown, …
445 * @throws ExceptionCompile
461 } catch (ExceptionCompile $e) {
462 …throw new ExceptionCompile("The icon directory ($iconDir) could not be created.", Icon::ICON_CANON…
489 throw new ExceptionCompile($message, Icon::ICON_CANONICAL_NAME);
[all …]
H A DColorSystem.php27 } catch (ExceptionCompile $e) {
61 } catch (ExceptionCompile $e) {
69 * @throws ExceptionCompile when the color could not be calculated
H A DBrandButton.php88 * @throws ExceptionCompile
97 throw new ExceptionCompile("The button type ($this->type} is unknown.");
122 * @throws ExceptionCompile
131 * @throws ExceptionCompile
141 …throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets va…
147 * @throws ExceptionCompile
157 …throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " .…
175 * @throws ExceptionCompile
190 * @throws ExceptionCompile
300 * @throws ExceptionCompile
[all …]
H A DBrandTag.php78 } catch (ExceptionCompile $e) {
87 } catch (ExceptionCompile $e) {
98 } catch (ExceptionCompile $e) {
141 } catch (ExceptionCompile $e) {
188 * @throws ExceptionCompile
224 * @throws ExceptionCompile
H A DSqliteRequest.php69 * @throws ExceptionCompile
100 throw new ExceptionCompile("The request type ($requestType) was not processed");
105 throw new ExceptionCompile("No Sql request was found to be executed");
110 throw new ExceptionCompile("Error in the $requestType. Message: {$message}");
115 …throw new ExceptionCompile("Error in the request type `$requestType`. res is not a PDOStatement bu…
/template/strap/ComboStrap/Meta/Api/
H A DMetadataJson.php7 use ComboStrap\ExceptionCompile; alias
23 * @throws ExceptionCompile
48 } catch (ExceptionCompile $e) {
55 * @throws ExceptionCompile
67 throw new ExceptionCompile("The json persistent value is not an array, nor a string");
H A DMetadataMultiple.php9 use ComboStrap\ExceptionCompile; alias
36 * @throws ExceptionCompile
45 … throw new ExceptionCompile("The value is not an array. Value: " . var_export($value, true));
172 } catch (ExceptionCompile $e) {
H A DMetadataInteger.php8 use ComboStrap\ExceptionCompile; alias
39 * @throws ExceptionCompile
48 * @throws ExceptionCompile
H A DMetadataDateTime.php10 use ComboStrap\ExceptionCompile; alias
68 * @throws ExceptionCompile
105 } catch (ExceptionCompile $e) {
167 } catch (ExceptionCompile $e) {
/template/strap/ComboStrap/Meta/Field/
H A DRegion.php7 use ComboStrap\ExceptionCompile; alias
35 * @throws ExceptionCompile
48 * @throws ExceptionCompile
88 * @throws ExceptionCompile
96 …throw new ExceptionCompile("The region value ($value) for the page ({$this->getResource()}) does n…
H A DPageImages.php7 use ComboStrap\ExceptionCompile; alias
62 * @throws ExceptionCompile
126 * @throws ExceptionCompile
152 * @throws ExceptionCompile
210 } catch (ExceptionCompile $e) {
220 * @throws ExceptionCompile
281 * @throws ExceptionCompile
287 …throw new ExceptionCompile("The image ({$pageImage->getImagePath()}) does not exist", $this->getCa…
H A DPageImage.php7 use ComboStrap\ExceptionCompile; alias
60 * @throws ExceptionCompile
70 throw new ExceptionCompile("The page image usage value ($value) is not valid.");
/template/strap/action/
H A Drouter.php7 use ComboStrap\ExceptionCompile; alias
321 } catch (ExceptionCompile $e) {
328 } catch (ExceptionCompile $e) {
345 * @throws ExceptionCompile
352 …throw new ExceptionCompile("A transparent redirect should have a wiki path. Origin {$redirection->…
407 * @throws ExceptionCompile - if any error
448 …throw new ExceptionCompile("Internal Error When executing a http redirect, the URL or the wiki pag…
489 …throw new ExceptionCompile("A redirection should not redirect to the requested URL. Redirection Or…
530 … throw new ExceptionCompile("The type ({$redirection->getType()}) is not an http redirection");
570 } catch (ExceptionCompile $e) {
H A Dindexer.php17 use ComboStrap\ExceptionCompile; alias
83 * @throws ExceptionCompile
136 } catch (ExceptionCompile $e) {
143 throw new ExceptionCompile($message);
191 } catch (ExceptionCompile $e) {
H A Dimgmove.php4 use ComboStrap\ExceptionCompile; alias
111 } catch (ExceptionCompile $e) {
180 } catch (ExceptionCompile $e) {
228 } catch (ExceptionCompile $e) {
283 * @throws ExceptionCompile on bad argument
291 …throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrA…
/template/strap/ComboStrap/Tag/
H A DShareTag.php9 use ComboStrap\ExceptionCompile; alias
39 } catch (ExceptionCompile $e) {
50 } catch (ExceptionCompile $e) {
80 } catch (ExceptionCompile $e) {
99 } catch (ExceptionCompile $e) {
137 } catch (ExceptionCompile $e) {
H A DFollowTag.php8 use ComboStrap\ExceptionCompile; alias
53 } catch (ExceptionCompile $e) {
64 } catch (ExceptionCompile $e) {
79 } catch (ExceptionCompile $e) {
90 } catch (ExceptionCompile $e) {

123456