class Acme::Client::HTTPClient::AcmeMiddleware
def raise_on_not_found!
def raise_on_not_found! raise Acme::Client::Error::NotFound, env.url.to_s if env.status == 404 end
def raise_on_not_found! raise Acme::Client::Error::NotFound, env.url.to_s if env.status == 404 end