Exception: Toshl::Errors::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- Toshl::Errors::ConfigurationError
- Defined in:
- lib/toshl/errors/configuration_error.rb
Instance Method Summary collapse
-
#initialize ⇒ ConfigurationError
constructor
A new instance of ConfigurationError.
Constructor Details
#initialize ⇒ ConfigurationError
Returns a new instance of ConfigurationError.
4 5 6 |
# File 'lib/toshl/errors/configuration_error.rb', line 4 def initialize super 'Authorization token is missing.' end |