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