Module: RescueLikeAPro::MailDeliveryJob
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/rescue_like_a_pro/mail_delivery_job.rb
Instance Method Summary collapse
Instance Method Details
#handle_exception_with_mailer_class(exception) ⇒ Object
4 5 6 7 8 |
# File 'lib/rescue_like_a_pro/mail_delivery_job.rb', line 4 def handle_exception_with_mailer_class(exception) super rescue Exception rescue_like_a_pro $! end |