class TCPClient::UnknownAttribute

Public Class Methods

new(attribute) click to toggle source
Calls superclass method
# File lib/tcp-client/errors.rb, line 23
def initialize(attribute)
  super("unknown attribute - #{attribute}")
end