Exception: Uberinstaller::Exception::ParserArgumentError

Inherits:
Exception
  • Object
show all
Defined in:
lib/uberinstaller/exceptions/parser_argument_error.rb

Overview

Error when file passed to JSON parser does not exists

Instance Attribute Summary

Attributes inherited from Exception

#parent

Instance Method Summary collapse

Methods included from Loggable

configure_logger_for, #logger, logger_for

Constructor Details

#initialize(file) ⇒ ParserArgumentError

Returns a new instance of ParserArgumentError.



8
9
10
# File 'lib/uberinstaller/exceptions/parser_argument_error.rb', line 8

def initialize(file)
  super "Cannot find #{file}, probably a mistyped path?"
end