Exception: TCPClient::NetworkError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tcp-client/errors.rb

Overview

Base exception class for all network related errors.

Will be raised for any system level network error when Configuration#normalize_network_errors is configured.

You should catch this exception class when you like to handle any relevant TCPClient error.

Direct Known Subclasses

NotConnectedError, TimeoutError