Exception: Inforouter::Errors::MissingConfigError
- Inherits:
-
InforouterError
- Object
- StandardError
- InforouterError
- Inforouter::Errors::MissingConfigError
- Defined in:
- lib/inforouter/errors/missing_config_error.rb
Overview
This error is raised when attempting to create a new client without configuring infoRouter.
Constant Summary
Constants inherited from InforouterError
Instance Method Summary collapse
-
#initialize ⇒ MissingConfigError
constructor
Create a new error.
Methods inherited from InforouterError
Constructor Details
#initialize ⇒ MissingConfigError
Create a new error.
8 9 10 |
# File 'lib/inforouter/errors/missing_config_error.rb', line 8 def initialize super(('missing_config')) end |