Exception: Codebot::ConfigurationError
- Defined in:
- lib/codebot/configuration_error.rb
Overview
This exception stores information about an error that occurred due to an invalid configuration file, for example when an entry has the wrong data type.
Instance Method Summary collapse
-
#initialize(message) ⇒ ConfigurationError
constructor
Constructs a new configuration error.
Constructor Details
#initialize(message) ⇒ ConfigurationError
Constructs a new configuration error.
13 14 15 |
# File 'lib/codebot/configuration_error.rb', line 13 def initialize() super end |