class LogAnalyser::Parser::FileNotFoundError

Public Class Methods

new(path) click to toggle source
Calls superclass method
  # File lib/parser.rb
6 def initialize(path)
7   super("File not found for path: [#{path}]")
8 end