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