class Lingo::FileNotFoundError

Public Instance Methods

to_s() click to toggle source
# File lib/lingo/error.rb, line 163
def to_s
  "No such file `#{name}'."
end