Exception: Runcible::ConfigurationUndefinedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/runcible/base.rb

Class Method Summary collapse

Class Method Details

.messageObject



231
232
233
234
# File 'lib/runcible/base.rb', line 231

def self.message
  # override me to change the error message
  "Configuration not set. Runcible::Base.config= must be called before Runcible::Base.config."
end