Sha256: 7d6d41b7c51d241dd3fd35a665a076bd681b92f94f43fbce2ed473733b127c48
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
require 'hackeroo/error/client_error' module Hackeroo class Error # Raised when Hackeroo returns the HTTP status code 406 class NotAcceptable < Hackeroo::Error::ClientError HTTP_STATUS_CODE = 406 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackeroo-0.1.0 | lib/hackeroo/error/not_acceptable.rb |