class Uberinstaller::Exception::MultipleLocalFilesNotSupported
When :url for a :type => :git package is not a String
Public Class Methods
new()
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/multiple_local_files_not_supported.rb, line 7 def initialize() super "Specify multiple local packages for one package is not supported" end