Method: Pocketknife::Error::NodeError::RsyncError#initialize
- Defined in:
- lib/pocketknife/errors.rb
#initialize(command, node) ⇒ RsyncError
Returns a new instance of RsyncError.
59 60 61 |
# File 'lib/pocketknife/errors.rb', line 59 def initialize(command, node) super("Failed while rsyncing: #{command}", node) end |