Lines Matching refs:ExceptionCompile
285 } 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…
464 …throw new ExceptionCompile("This is not possible, the blue value ({$color2->getBlue()}) with the p…
630 } catch (ExceptionCompile $e) {
677 } catch (ExceptionCompile $e) {
708 * @throws ExceptionCompile
729 * @throws ExceptionCompile
760 } catch (ExceptionCompile $e) {
778 * @throws ExceptionCompile
803 * @throws ExceptionCompile
809 throw new ExceptionCompile("A rgb color array should be of length 3");
814 } catch (ExceptionCompile $e) {
815 … throw new ExceptionCompile("The rgb color $color is not an integer. Error: {$e->getMessage()}");
818 throw new ExceptionCompile("The rgb color $color is not between 0 and 255");