Exception: Runcible::ConfigurationUndefinedError

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

Class Method Summary collapse

Class Method Details

.messageObject



221
222
223
224
# File 'lib/runcible/base.rb', line 221

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