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