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