Class: Tchae::Error

Inherits:
Object show all
Defined in:
lib/tchae/core.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ Error

Returns a new instance of Error.



93
# File 'lib/tchae/core.rb', line 93

def initialize(input); end

Instance Attribute Details

#msgObject (readonly)

Returns the value of attribute msg.



92
93
94
# File 'lib/tchae/core.rb', line 92

def msg
  @msg
end