require 'evrythng/error/server_error' module Evrythng # Raised when Evrythng returns the HTTP status code 502 class Error::BadGateway < Evrythng::Error::ServerError end end