Class: Mongo::Error::InvalidURI
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/invalid_uri.rb |
Overview
Exception that is raised when trying to parse a ::Mongo::URI that does not match
the specification.
Class Method Summary
-
.new(uri, details, format = nil) ⇒ InvalidURI
constructor
Instantiate the new exception.
Constructor Details
.new(uri, details, format = nil) ⇒ InvalidURI
Instantiate the new exception.