Exception: Treblle::Errors::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- Treblle::Errors::ConfigurationError
- Defined in:
- lib/treblle/errors/configuration_errors.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = "Configuration error") ⇒ ConfigurationError
constructor
A new instance of ConfigurationError.
Constructor Details
#initialize(msg = "Configuration error") ⇒ ConfigurationError
Returns a new instance of ConfigurationError.
4 5 6 |
# File 'lib/treblle/errors/configuration_errors.rb', line 4 def initialize(msg = "Configuration error") super(msg) end |