Sha256: d584846c72dd8d3b69a93646a511e570d2578ccbdea763f7e82814c882ff0695

Contents?: true

Size: 236 Bytes

Versions: 12

Compression:

Stored size: 236 Bytes

Contents

module MuckCommerce
  module Exceptions
    class InvalidValue < StandardError; end
    class PaymentGatewayError < StandardError; end
    class CouponError < StandardError; end
    class SubscriptionError < StandardError; end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
muck-commerce-3.0.1 lib/muck-commerce/share/exceptions.rb
muck-commerce-0.2.8 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.7 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.6 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.5 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.4 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.3 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.2 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.1 lib/muck_commerce/exceptions.rb
muck-commerce-0.2.0 lib/muck_commerce/exceptions.rb
muck-commerce-0.1.9 lib/muck_commerce/exceptions.rb
muck-commerce-0.1.8 lib/muck_commerce/exceptions.rb