Exception: WinRM::FS::Core::UploadSourceError
- Inherits:
-
StandardError
- Object
- StandardError
- WinRM::FS::Core::UploadSourceError
- 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
-
#initialize(msg = 'Only a single StringIO object may be uploaded.') ⇒ UploadSourceError
constructor
A new instance of UploadSourceError.
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 |