class Uberinstaller::Exception::ParserArgumentError

Error when file passed to JSON parser does not exists

Public Class Methods

new(file) click to toggle source
# File lib/uberinstaller/exceptions/parser_argument_error.rb, line 7
def initialize(file)
  super "Cannot find #{file}, probably a mistyped path?"
end