Sha256: 23e34795966510a9cc752625a9dc5ec6be3b08288c32849c8fb2a3b4818c4749
Contents?: true
Size: 273 Bytes
Versions: 18
Compression:
Stored size: 273 Bytes
Contents
module Hyperdrive module Errors class InternalServerError < HTTPError def initialize @message = 'The server encountered an unexpected condition which prevented it from fulfilling the request.' @http_status_code = 500 end end end end
Version data entries
18 entries across 18 versions & 1 rubygems