Sha256: 41c7a548681ab9eed07bb22f4a6940febe61a44d777ad02da2912c2f879b786d

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

module TophatterMerchant
  class BaseException < StandardError; end
  class BadContentTypeException < BaseException; end
  class UnauthorizedException < BaseException; end
  class BadRequestException < BaseException; end
  class NotFoundException < BaseException; end
  class ServerErrorException < BaseException; end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tophatter-merchant-1.1.3 lib/tophatter_merchant/exceptions.rb
tophatter-merchant-1.1.2 lib/tophatter_merchant/exceptions.rb
tophatter-merchant-1.1.1 lib/tophatter_merchant/exceptions.rb
tophatter-merchant-1.0 lib/tophatter_merchant/exceptions.rb