Exception: Uberinstaller::Exception::MultipleRepositoriesNotSupported

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

Overview

When :url for a :type => :git package is not a String

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) ⇒ MultipleRepositoriesNotSupported

Returns a new instance of MultipleRepositoriesNotSupported.



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

def initialize(name)
  super "Specify multiple git repositories for one package is not supported"
end