Exception: TCPClient::NotConnectedError

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

Overview

Raised when a TCPClient instance should read/write from/to the network but is not connected.

Instance Method Summary collapse

Constructor Details

#initializeNotConnectedError

Returns a new instance of NotConnectedError.



69
# File 'lib/tcp-client/errors.rb', line 69

def initialize = super('client not connected')