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