Exception: ThinkificRuby::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/thinkific_ruby/configuration_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "You're Thinkific Ruby configuration is not setup. Please see the readme for instructions.") ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



4
5
6
# File 'lib/thinkific_ruby/configuration_error.rb', line 4

def initialize(msg="You're Thinkific Ruby configuration is not setup. Please see the readme for instructions.")
  super
end