require 'evrythng/error/client_error' module Evrythng # Raised when Evrythng returns the HTTP status code 404 class Error::NotFound < Evrythng::Error::ClientError end end