Exception: Lingo::FileExistsError

Inherits:
FileError show all
Defined in:
lib/lingo/error.rb

Instance Attribute Summary

Attributes inherited from FileError

#name

Instance Method Summary collapse

Methods inherited from FileError

#initialize

Methods inherited from LingoError

#class_name, #error

Constructor Details

This class inherits a constructor from Lingo::FileError

Instance Method Details

#to_sObject



187
188
189
# File 'lib/lingo/error.rb', line 187

def to_s
  "File `#{name}' already exists."
end