Exception: Inforouter::Errors::MissingConfigError

Inherits:
InforouterError
  • Object
show all
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

InforouterError::BASE_KEY

Instance Method Summary collapse

Methods inherited from InforouterError

#compose_message

Constructor Details

#initializeMissingConfigError

Create a new error.



8
9
10
# File 'lib/inforouter/errors/missing_config_error.rb', line 8

def initialize
  super(compose_message('missing_config'))
end