Parent

SSHKit::Runner::ExecuteError

Attributes

cause[R]

Public Class Methods

new(cause) click to toggle source
# File lib/sshkit/exception.rb, line 8
def initialize cause
  @cause = cause
end

Public Instance Methods

backtrace() click to toggle source
# File lib/sshkit/exception.rb, line 12
def backtrace
  @cause.backtrace
end
backtrace_locations() click to toggle source
# File lib/sshkit/exception.rb, line 16
def backtrace_locations
  @cause.backtrace_locations
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.