class Uberinstaller::Exception::InvalidJson
When package with :type => :git :url attribute does not respond 200 http status on check
Public Class Methods
new(name)
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/invalid_json.rb, line 7 def initialize(name) super "#{name} :json seems to not be a valid string, please check", false end