| 1 | <?php  | 
            ||
| 14 | class PersistentCollectionException extends MongoDBException  | 
            ||
| 15 | { | 
            ||
| 16 | public static function directoryNotWritable() : self  | 
            ||
| 20 | |||
| 21 | public static function directoryRequired() : self  | 
            ||
| 25 | |||
| 26 | public static function namespaceRequired() : self  | 
            ||
| 30 | |||
| 31 | public static function invalidParameterTypeHint(  | 
            ||
| 48 | |||
| 49 | public static function invalidReturnTypeHint(string $className, string $methodName, ?Throwable $previous = null) : self  | 
            ||
| 61 | |||
| 62 | public static function parentClassRequired(string $className, string $methodName) : self  | 
            ||
| 72 | |||
| 73 | public static function ownerRequiredToLoadCollection() : self  | 
            ||
| 77 | }  | 
            ||
| 78 |