1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unnecessary TODO

Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email.
This commit is contained in:
George Claghorn 2018-10-17 10:54:58 -04:00
parent 8973fbcf08
commit 89ada1977c

View file

@ -27,7 +27,6 @@ class ActionMailbox::Base
end end
end end
rescue => exception rescue => exception
# TODO: Include a reference to the inbound_email in the exception raised so error handling becomes easier
rescue_with_handler(exception) || raise rescue_with_handler(exception) || raise
end end