Class Rake::Task
In: lib/airbrake/rake/task_ext.rb
Parent: Object

Redefine +Rake::Task#execute+, so it can report errors to Airbrake.

Methods

execute  

External Aliases

execute -> execute_without_airbrake
  Store the original method to use it later.

Public Instance methods

A wrapper around the original +execute+, that catches all errors and notifies Airbrake.

rubocop:disable Lint/RescueException

[Validate]