class BN::Error::Middleware::InvalidHTTPResponse
Raised when the HTTP response object given is invalid.
Public Instance Methods
to_s()
click to toggle source
# File lib/bn/error/middleware/invalid_http_response.rb, line 20 def to_s "Invalid HTTP response." end