Class Moped::Errors::InvalidObjectId
In: lib/moped/errors.rb
Parent: StandardError

Raised when providing an invalid string from an object id.

Methods

new  

Public Class methods

Create the new error.

@example Create the new error.

  InvalidObjectId.new("test")

@param [ String ] string The provided id.

@since 1.0.0

[Validate]