Exception: YamlBot::LoggingBot::LoggingError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- YamlBot::LoggingBot::LoggingError
- Defined in:
- lib/yaml_bot/logging_bot.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ LoggingError
constructor
A new instance of LoggingError.
Constructor Details
#initialize(msg) ⇒ LoggingError
Returns a new instance of LoggingError.
4 5 6 |
# File 'lib/yaml_bot/logging_bot.rb', line 4 def initialize(msg) super(msg) end |