Exception: LogAnalyser::Parser::FileNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ FileNotFoundError

Returns a new instance of FileNotFoundError.



6
7
8
# File 'lib/parser.rb', line 6

def initialize(path)
  super("File not found for path: [#{path}]")
end