Class Mongo::Error::UnchangeableCollectionOption
In: lib/mongo/error/unchangeable_collection_option.rb
Parent: Error

Raised if a new collection is created from an existing one and options other than the changeable ones are provided.

@since 2.1.0

Methods

new  

Public Class methods

Create the new exception.

@example Create the new exception.

  Mongo::Error::UnchangeableCollectionOption.new(option)

@param [ String, Symbol ] option The option that was attempted to be changed.

@since 2.1.0

[Validate]