Exception: Lingo::FileNotFoundError
- Inherits:
-
FileError
- Object
- StandardError
- LingoError
- FileError
- Lingo::FileNotFoundError
- Defined in:
- lib/lingo/error.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from FileError
Instance Method Summary collapse
Methods inherited from FileError
Methods inherited from LingoError
Constructor Details
This class inherits a constructor from Lingo::FileError
Instance Method Details
#to_s ⇒ Object
162 163 164 |
# File 'lib/lingo/error.rb', line 162 def to_s "No such file `#{name}'." end |