| 1 | <?php |
||
| 7 | class InvalidManipulation extends Exception |
||
| 8 | { |
||
| 9 | public static function invalidWidth(int $width) |
||
| 13 | |||
| 14 | public static function invalidHeight(int $height) |
||
| 18 | |||
| 19 | public static function invalidParameter(string $name, $invalidValue, array $validValues) |
||
| 27 | |||
| 28 | protected static function formatValues(array $values): string |
||
| 37 | } |