Sha256: e7f612c451582ee5fe14bac72216a6a82947e322c702a11788dd4027706e8d8d

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

require 'evrythng/error/server_error'

module Evrythng
  # Raised when Evrythng returns the HTTP status code 503
  class Error::ServiceUnavailable < Evrythng::Error::ServerError
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
evrythng-0.1.1 lib/evrythng/error/service_unavailable.rb
evrythng-0.1.0 lib/evrythng/error/service_unavailable.rb