Sha256: 4f0bcef19c2df23364e68a4270d7559c88c7bc40149debecfd1972da011c5b27

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

module ThinkificRuby
  class ConfigurationError < StandardError

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thinkific_ruby_test-0.1.0 lib/thinkific_ruby/configuration_error.rb