Exception: BugBunny::Exception::RetryWithoutError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bug_bunny/exception.rb

Instance Method Summary collapse

Instance Method Details

#backtraceObject



45
46
47
# File 'lib/bug_bunny/exception.rb', line 45

def backtrace
  []
end

#to_sObject



41
42
43
# File 'lib/bug_bunny/exception.rb', line 41

def to_s
  "retry_sidekiq_without_error"
end