Exception: WinRM::FS::Core::UploadSourceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/winrm-fs/core/file_transporter.rb

Overview

Exception for the case where upload source contains more than one StringIO object, or a combination of file/directory paths and StringIO object

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Only a single StringIO object may be uploaded.') ⇒ UploadSourceError

Returns a new instance of UploadSourceError.



41
42
43
# File 'lib/winrm-fs/core/file_transporter.rb', line 41

def initialize(msg = 'Only a single StringIO object may be uploaded.')
  super
end