Sha256: a3d4e7ea81462b1cd3c8f35cba2956ef23fba935b88eb633e103c6f5739c87e8

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

module Intown
  IntownError = Class.new(StandardError)
  InvalidRequestError = Class.new(IntownError)
  InvalidResponseError = Class.new(IntownError)
  InternalServerError = Class.new(IntownError)
  BadGatewayError = Class.new(IntownError)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intown-0.2 lib/intown/errors.rb