# File lib/airbrake/rake/task_ext.rb, line 18 def execute(args = nil) execute_without_airbrake(args) rescue Exception => ex notify_airbrake(ex, args) raise ex end