class Lingo::FileExistsError
Public Instance Methods
to_s()
click to toggle source
# File lib/lingo/error.rb, line 186 def to_s "File `#{name}' already exists." end
# File lib/lingo/error.rb, line 186 def to_s "File `#{name}' already exists." end