Exception: Lingo::ConfigError

Inherits:
LingoError
  • Object
show all
Defined in:
lib/lingo/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from LingoError

#class_name, #error

Constructor Details

#initialize(id) ⇒ ConfigError

Returns a new instance of ConfigError.



108
109
110
# File 'lib/lingo/error.rb', line 108

def initialize(id)
  @id = id
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



106
107
108
# File 'lib/lingo/error.rb', line 106

def id
  @id
end