Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class FeatureNotImplemented extends \Exception implements CacheException |
||
10 | { |
||
11 | 1 | public static function scalarResults() : self |
|
12 | { |
||
13 | 1 | return new self("Second level cache does not support scalar results."); |
|
14 | } |
||
15 | |||
16 | 1 | public static function multipleRootEntities() : self |
|
19 | } |
||
20 | |||
21 | 2 | public static function nonSelectStatements() : self |
|
24 | } |
||
25 | |||
26 | 1 | public static function partialEntities() : self |
|
29 | } |
||
30 | } |
||
31 |