Sha256: b48d5716509f76dabb2896dd351e6cdd1475390d82d53d7d4f876b970fb11a3d

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

require 'hackeroo/error/server_error'

module Hackeroo
  class Error
    # Raised when Hackeroo returns the HTTP status code 502
    class BadGateway < Hackeroo::Error::ServerError
      HTTP_STATUS_CODE = 502
      MESSAGE = "Hackeroo is down or being upgraded."
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hackeroo-0.1.0 lib/hackeroo/error/bad_gateway.rb