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:
parent
8973fbcf08
commit
89ada1977c
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class ActionMailbox::Base
|
|||
end
|
||||
end
|
||||
rescue => exception
|
||||
# TODO: Include a reference to the inbound_email in the exception raised so error handling becomes easier
|
||||
rescue_with_handler(exception) || raise
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue