class Uberinstaller::Exception::JsonFileNotFound

Error when parsing JSON file

Public Class Methods

new(file) click to toggle source
# File lib/uberinstaller/exceptions/json_file_not_found.rb, line 7
def initialize(file)
  super "#{file} can't be found in the correct path"
end