1 | <?php |
||
9 | class FeatureNotImplemented extends \Exception implements CacheException |
||
10 | { |
||
11 | public static function scalarResults() : self |
||
15 | |||
16 | public static function multipleRootEntities() : self |
||
20 | |||
21 | public static function nonSelectStatements() : self |
||
25 | |||
26 | public static function partialEntities() : self |
||
30 | } |
||
31 |