class Rake::CommandFailedError

Raised when a remote command fails.

Attributes

status[R]

Public Class Methods

new( status ) click to toggle source
# File lib/rake/remote_task.rb, line 32
def initialize( status )
  @status = status
end