class TCPClient::NotAnException

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/tcp-client/errors.rb, line 29
def initialize(object)
  super("exception class required - #{object.inspect}")
end