Sha256: 6407855e1a1f232076e1c30afd45055cf50225a29fd1635f22bb083c667cf708
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
module RubyPaypalNvp class Error < StandardError; end class ConfigNotSet < Error def initialize(param) msg = "Please check if you set #{param}, seems it is missing." super(msg) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_paypal_nvp-0.1.1 | lib/ruby_paypal_nvp/utils/errors.rb |
ruby_paypal_nvp-0.1.0 | lib/ruby_paypal_nvp/utils/errors.rb |