Class: Bugsnag::Delay::Resque
- Inherits:
-
Object
- Object
- Bugsnag::Delay::Resque
- Defined in:
- lib/bugsnag/delay/resque.rb
Class Method Summary collapse
Class Method Details
.perform(*args) ⇒ Object
5 6 7 |
# File 'lib/bugsnag/delay/resque.rb', line 5 def self.perform(*args) Bugsnag::Notification.deliver_exception_payload_without_resque(*args) end |