class VCR::Errors::UnhandledHTTPRequestError

Error raised when an HTTP request is made that VCR is unable to handle. @note VCR will raise this to force you to do something about the

HTTP request. The idea is that you want to handle _every_ HTTP
request in your test suite. The error message will give you
suggestions for how to deal with the request.