class Runcible::ConfigurationUndefinedError

Public Class Methods

message() click to toggle source
# File lib/runcible/base.rb, line 229
def self.message
  # override me to change the error message
  'Configuration not set. Runcible::Base.config= must be called before Runcible::Base.config.'
end