Sha256: 8791d0ce4da512ced68cf3ceaa8432f7f3c472d27a40942000e2a5b46b709df9

Contents?: true

Size: 224 Bytes

Versions: 14

Compression:

Stored size: 224 Bytes

Contents

module Shoppe
  module Errors
    class PaymentDeclined < Error
      
      def initialize(options)
        @options = options
      end
      
      def message
        @options[:message]
      end
      
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shoppe-0.0.18 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.17 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.16 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.15 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.14 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.13 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.12 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.11 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.10 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.9 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.8 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.7 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.6 lib/shoppe/errors/payment_declined.rb
shoppe-0.0.5 lib/shoppe/errors/payment_declined.rb