class Conjuror::NoConfigurationLoadedError
Public Class Methods
new(message = "You must call 'use' to load the appropriate configuration.")
click to toggle source
Calls superclass method
# File lib/conjuror.rb, line 11 def initialize message = "You must call 'use' to load the appropriate configuration." super end