Exception: Lingo::FileExistsError
- Inherits:
-
FileError
- Object
- StandardError
- LingoError
- FileError
- Lingo::FileExistsError
- Defined in:
- lib/lingo/error.rb
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
187 188 189 |
# File 'lib/lingo/error.rb', line 187 def to_s "File `#{name}' already exists." end |