Exception: Codebot::ConfigurationError

Inherits:
UserError
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ ConfigurationError

Constructs a new configuration error.

Parameters:

  • message (String)

    the error message



13
14
15
# File 'lib/codebot/configuration_error.rb', line 13

def initialize(message)
  super
end