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