Exception: FLGen::NoEntryError
- Inherits:
-
FLGenError
- Object
- StandardError
- FLGenError
- FLGen::NoEntryError
- Defined in:
- lib/flgen/exceptions.rb
Instance Method Summary collapse
-
#initialize(path, location) ⇒ NoEntryError
constructor
A new instance of NoEntryError.
Constructor Details
#initialize(path, location) ⇒ NoEntryError
Returns a new instance of NoEntryError.
8 9 10 11 12 13 |
# File 'lib/flgen/exceptions.rb', line 8 def initialize(path, location) = "no such file or directory -- #{path} " \ "@#{location.path}:#{location.lineno}" super() end |