In the ruby 'net/http' standard library, what exceptions can be raised by Net::Http
class when using the new
method?
Looking at the documentation here it's unclear what exceptions can be raised by that method. Even toggling "show source", and tracing the new
method back to the start
method and looking at its source, I don't see a clear indication of possible exceptions that could be raised.