1 | <?php |
||
10 | class CriterionException extends Exception |
||
11 | { |
||
12 | public static function wrongCriterionType($criterion) |
||
19 | |||
20 | public static function classNotImplementContract($criterionClassName) |
||
24 | |||
25 | public static function wrongArraySignature(array $criterion) |
||
31 | |||
32 | public static function missingPackage($methodName, $packageName) |
||
36 | } |
||
37 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.