Exception: LogAnalyser::Parser::FileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- LogAnalyser::Parser::FileNotFoundError
- Defined in:
- lib/parser.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFoundError
constructor
A new instance of FileNotFoundError.
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 |