Exception: Treblle::Errors::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/treblle/errors/configuration_errors.rb

Direct Known Subclasses

MissingApiKeyError, MissingProjectIdError

Instance Method Summary collapse

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