Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Improved Connection Handling

Compare
Choose a tag to compare
@boone boone released this 12 Aug 17:50
· 24 commits to master since this release

The connection behavior has changed. Now, if a connection failure or timeout occurs, Lumberg::WhmConnectionError will be raised instead of Lumberg::WhmArgumentError.

  • Resolve host first and raise connection error for a failure. [#102]