Exception: Lingo::FileError
- Inherits:
-
LingoError
- Object
- StandardError
- LingoError
- Lingo::FileError
- Defined in:
- lib/lingo/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ FileError
constructor
A new instance of FileError.
Methods inherited from LingoError
Constructor Details
#initialize(name) ⇒ FileError
Returns a new instance of FileError.
154 155 156 |
# File 'lib/lingo/error.rb', line 154 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
152 153 154 |
# File 'lib/lingo/error.rb', line 152 def name @name end |