Exception: Lingo::FileNotFoundError

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

Direct Known Subclasses

SourceFileNotFoundError

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



164
165
166
# File 'lib/lingo/error.rb', line 164

def to_s
  "No such file `#{name}'."
end