Sha256: 1acc6e6df699afb1bdbf6f7747ceeb477c1b3bec4e32f14822586929128466ca
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
require 'evrythng/error/client_error' module Evrythng # Raised when Evrythng returns the HTTP status code 403 class Error::Forbidden < Evrythng::Error::ClientError end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
evrythng-0.1.1 | lib/evrythng/error/forbidden.rb |
evrythng-0.1.0 | lib/evrythng/error/forbidden.rb |