Exception: Runcible::ConfigurationUndefinedError
- Inherits:
-
StandardError
- Object
- StandardError
- Runcible::ConfigurationUndefinedError
- Defined in:
- lib/runcible/base.rb
Class Method Summary collapse
Class Method Details
.message ⇒ Object
231 232 233 234 |
# File 'lib/runcible/base.rb', line 231 def self. # override me to change the error message "Configuration not set. Runcible::Base.config= must be called before Runcible::Base.config." end |