class ThinkificRuby::ConfigurationError

Public Class Methods

new(msg="You're Thinkific Ruby configuration is not setup. Please see the readme for instructions.") click to toggle source
Calls superclass method
# 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