Sha256: 9ae98b34c07f3a9e437a5bac58195dd9706f52978a57bc931684adef8b466909

Contents?: true

Size: 189 Bytes

Versions: 2

Compression:

Stored size: 189 Bytes

Contents

require 'evrythng/error/server_error'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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