1 | <?php |
||
12 | final class HydratorException extends MongoDBException |
||
13 | { |
||
14 | public static function hydratorDirectoryNotWritable() : self |
||
15 | { |
||
16 | return new self('Your hydrator directory must be writable.'); |
||
17 | } |
||
18 | |||
19 | public static function hydratorDirectoryRequired() : self |
||
23 | |||
24 | public static function hydratorNamespaceRequired() : self |
||
28 | } |
||
29 |