require 'evrythng/error' module Evrythng # Raised when Evrythng returns a 5xx HTTP status code class Error::ServerError < Evrythng::Error end end