Class Mongo::Error::MultiIndexDrop
In: lib/mongo/error/multi_index_drop.rb
Parent: Error

Exception raised if ’*’ is passed to drop_one on indexes.

@since 2.0.0

Methods

new  

Public Class methods

Instantiate the new exception.

@example Instantiate the exception.

  Mongo::Error::MultiIndexDrop.new

@since 2.0.0

[Validate]