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