Lingo::FileNotFoundError
# File lib/lingo/error.rb, line 152 def initialize(name, id) super(name) @id = id end
# File lib/lingo/error.rb, line 157 def to_s "No such source file `#{name}' for `#{id}'." end