Sha256: 62b8c033e4d1fbc8d0442a7526cd93295b7207d3a78d28fe938c9dd5379e3b6f

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
intown-0.1.6 lib/intown/errors.rb
intown-0.1.5 lib/intown/errors.rb