Exception: Parse::MongoDB::ForbiddenCollection
- Inherits:
-
StandardError
- Object
- StandardError
- Parse::MongoDB::ForbiddenCollection
- Defined in:
- lib/parse/mongodb.rb
Overview
Error raised when an index mutation targets a Parse-internal collection (‘_User`, `_Role`, `_Session`, etc.) without explicit `allow_system_classes: true` opt-in, or when the collection name fails the Parse-class regex.