Exception: Uberinstaller::Exception::MissingUrl

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

Overview

When package with :type => :git has no :url

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(name) ⇒ MissingUrl

Returns a new instance of MissingUrl.



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

def initialize(name)
  super "#{name} :url attribute is missing", false
end