Exception: TCPClient::UnknownAttributeError

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

Overview

Raised by Configuration when an undefined attribute should be set.

Instance Method Summary collapse

Constructor Details

#initialize(attribute) ⇒ UnknownAttributeError

Returns a new instance of UnknownAttributeError.

Parameters:

  • attribute (Object)

    the undefined attribute



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

def initialize(attribute) = super("unknown attribute - #{attribute}")