Sha256: d03accaa024c4ba18ec6478fa85ebfdc5205b55cdd582f4d0e6cf11debf4bd71
Contents?: true
Size: 145 Bytes
Versions: 3
Compression:
Stored size: 145 Bytes
Contents
require "http_error/error" module HttpError class NotImplemented < Error self.status = 501 self.message = 'Not implemented' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
http-errors-0.1.3 | lib/http_error/not_implemented.rb |
http-errors-0.1.1 | lib/http_error/not_implemented.rb |
http-errors-0.1.0 | lib/http_error/not_implemented.rb |