class TCPClient::NotConnected
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/tcp-client/errors.rb, line 35 def initialize super('client not connected') end