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

new(msg = 'Only a single StringIO object may be uploaded.') click to toggle source
Calls superclass method
# File lib/winrm-fs/core/file_transporter.rb, line 40
def initialize(msg = 'Only a single StringIO object may be uploaded.')
  super
end