Home
last modified time | relevance | path

Searched refs:ExceptionCompile (Results 1 – 25 of 141) sorted by path

123456

/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php7 use ComboStrap\ExceptionCompile; alias
122 } catch (ExceptionCompile $e) {
221 } catch (ExceptionCompile $e) {
/plugin/combo/ComboStrap/
H A DBrand.php151 } catch (ExceptionCompile $e) {
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 value are " . implode(",", self::WIDGETS));
147 * @throws ExceptionCompile
157 throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " . implode(",", self::ICON_TYPES));
175 * @throws ExceptionCompile
190 * @throws ExceptionCompile
300 * @throws ExceptionCompile
[all...]
H A DBrandListTag.php18 } catch (ExceptionCompile $e) {
107 } catch (ExceptionCompile $e) {
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 DBrandingColors.php45 } catch (ExceptionCompile $e) {
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::CANONICAL, 0, $e);
H A DCacheReportHtmlDataBlockArray.php99 * @throws ExceptionCompile
H A DCacheTag.php90 } catch (ExceptionCompile $e) {
H A DCallStack.php373 } catch (ExceptionCompile $e) {
387 } catch (ExceptionCompile $e) {
H A DCarrouselTag.php119 } 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 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 it to hsl");
428 * @throws ExceptionCompile
445 * @throws ExceptionCompile
456 throw new ExceptionCompile("This is not possible, the red value ({$color2->getBlue()}) with the percentage $weight could not be unmixed. They were not calculated with color mixing.");
460 throw new ExceptionCompile("Thi
[all...]
H A DColorSystem.php27 } catch (ExceptionCompile $e) {
61 } catch (ExceptionCompile $e) {
69 * @throws ExceptionCompile when the color could not be calculated
H A DComboFs.php32 } catch (ExceptionCompile $e) {
H A DDatabasePageRow.php123 * @throws ExceptionCompile
129 throw new ExceptionCompile("You can't replicate the non-existing page ($this->markupPath) on the file system");
169 * @throws ExceptionCompile
413 } catch (ExceptionCompile $e) {
438 } catch (ExceptionCompile $e) {
515 } catch (ExceptionCompile $e) {
614 } catch (ExceptionCompile $e) {
696 } catch (ExceptionCompile $e) {
917 } catch (ExceptionCompile $e) {
973 } catch (ExceptionCompile
[all...]
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 DDimension.php203 * @throws ExceptionCompile
224 } catch (ExceptionCompile $e) {
229 } catch (ExceptionCompile $e) {
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("Unabl
[all...]
H A DExceptionBadArgument.php12 class ExceptionBadArgument extends ExceptionCompile
H A DExceptionBadState.php5 class ExceptionBadState extends ExceptionCompile
H A DExceptionBadSyntax.php12 class ExceptionBadSyntax extends ExceptionCompile
H A DExceptionCast.php10 class ExceptionCast extends ExceptionCompile
H A DExceptionCompile.php14 class ExceptionCompile extends \Exception class
H A DExceptionFileSystem.php5 class ExceptionFileSystem extends ExceptionCompile

123456