Class Mongo::Error::InsufficientIterationCount
In: lib/mongo/error/insufficient_iteration_count.rb
Parent: Error

Exception that is raised when trying to create a database with no name.

@since 2.6.0

Methods

message   new  

Public Class methods

Instantiate the new exception.

@example Instantiate the exception.

  Mongo::Error::InvalidDatabaseName.new

@since 2.6.0

[Validate]