Exception: BugBunny::Exception::RetryWithoutError
- Inherits:
-
StandardError
- Object
- StandardError
- BugBunny::Exception::RetryWithoutError
- Defined in:
- lib/bug_bunny/exception.rb
Instance Method Summary collapse
Instance Method Details
#backtrace ⇒ Object
45 46 47 |
# File 'lib/bug_bunny/exception.rb', line 45 def backtrace [] end |
#to_s ⇒ Object
41 42 43 |
# File 'lib/bug_bunny/exception.rb', line 41 def to_s "retry_sidekiq_without_error" end |