Sha256: 6e615c74f5dbb196cebf9e57586943f98a19f186a63ba6c6c366f66485817eb9
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
require 'hackeroo/error/server_error' module Hackeroo class Error # Raised when Hackeroo returns the HTTP status code 503 class ServiceUnavailable < Hackeroo::Error::ServerError HTTP_STATUS_CODE = 503 MESSAGE = "(__-){ Hackeroo is over capacity." end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackeroo-0.1.0 | lib/hackeroo/error/service_unavailable.rb |