Module Rake::InvocationExceptionMixin
In: lib/rake/invocation_exception_mixin.rb

Methods

chain   chain=  

Public Instance methods

Return the invocation chain (list of Rake tasks) that were in effect when this exception was detected by rake. May be null if no tasks were active.

Set the invocation chain in effect when this exception was detected.

[Validate]