Class Mongo::Error::InvalidURI
In: lib/mongo/error/invalid_uri.rb
Parent: Error

Exception that is raised when trying to parse a URI that does not match the specification.

@since 2.0.0

Methods

new  

Public Class methods

Instantiate the new exception.

@example Instantiate the exception.

  Mongo::Error::InvalidURI.new(uri, details, format)

@since 2.0.0

[Validate]