maccman / nestful

Simple Ruby HTTP/REST client with a sane API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 2.6.0 deprecation warning about error class

mjankowski opened this issue · comments

Error looks like:

[...]/nestful-1.1.3/lib/nestful/connection.rb:76: warning: constant Net::HTTPServerException is deprecated

If you have a preference re: solution here...

  • Remove it outright with understanding that older ruby versions might throw that error?
  • Make that list of errors conditional on which ruby version is being used?
  • Something else?

...I'd be happy to assist with PR.