| 1 | <?php |
||
| 13 | final class HydratorException extends MongoDBException |
||
| 14 | { |
||
| 15 | public static function hydratorDirectoryNotWritable() : self |
||
| 19 | |||
| 20 | public static function hydratorDirectoryRequired() : self |
||
| 24 | |||
| 25 | public static function hydratorNamespaceRequired() : self |
||
| 29 | |||
| 30 | 4 | public static function associationTypeMismatch(string $className, string $fieldName, string $expectedType, string $actualType) |
|
| 40 | |||
| 41 | 2 | public static function associationItemTypeMismatch(string $className, string $fieldName, $key, string $expectedType, string $actualType) |
|
| 52 | } |
||
| 53 |