class Uberinstaller::Exception::MultipleRepositoriesNotSupported

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

Public Class Methods

new(name) click to toggle source
# File lib/uberinstaller/exceptions/multiple_repositories_not_supported.rb, line 7
def initialize(name)
  super "Specify multiple git repositories for one package is not supported"
end