Exception: Runcible::ConfigurationUndefinedError

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

Class Method Summary collapse

Class Method Details

.messageObject



219
220
221
222
# File 'lib/runcible/base.rb', line 219

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