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