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