class WinRM::FS::Core::UploadSourceError
Exception for the case where upload source contains more than one StringIO object, or a combination of file/directory paths and StringIO object
Public Class Methods
Source
# File lib/winrm-fs/core/file_transporter.rb, line 41 def initialize(msg = 'Only a single StringIO object may be uploaded.') super end
Calls superclass method