aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-17 13:22:52 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-17 13:22:52 -0400
commitcf8d76fdb42ab33c778b1787fb2ebe06481e2e3f (patch)
tree10f862b66c01649bb68754da5fc118d8b164ff6d /lib
parent1c4a57e0e5b9666f0a05eb4fbdad09a6998ef54b (diff)
downloadrails-cf8d76fdb42ab33c778b1787fb2ebe06481e2e3f.tar.gz
rails-cf8d76fdb42ab33c778b1787fb2ebe06481e2e3f.tar.bz2
rails-cf8d76fdb42ab33c778b1787fb2ebe06481e2e3f.zip
Revert "Remove unnecessary TODO"
This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b.
Diffstat (limited to 'lib')
-rw-r--r--lib/action_mailbox/base.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action_mailbox/base.rb b/lib/action_mailbox/base.rb
index 01ddc9c59b..30ecc4b623 100644
--- a/lib/action_mailbox/base.rb
+++ b/lib/action_mailbox/base.rb
@@ -27,6 +27,7 @@ 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