Exception: Uberinstaller::Exception::MultipleLocalFilesNotSupported

Inherits:
Exception
  • Object
show all
Defined in:
lib/uberinstaller/exceptions/multiple_local_files_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

#initializeMultipleLocalFilesNotSupported

Returns a new instance of MultipleLocalFilesNotSupported.



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

def initialize()
  super "Specify multiple local packages for one package is not supported"
end