Skip to content
Commit 1f259e35 authored by Eduardo Navarro's avatar Eduardo Navarro
Browse files

[webui] Rescue `mail` callbacks in `EventMailer`



As there is no information regarding the parameters that cause an
`ArgumentError` exception in the `mail` callback in `EventMailer`, this
exception is catched. It will only log the parameters to the error log,
and then will re-raise the exception.

This will help to know the reasons `ArgumentError` exception is thrown
and therefore help to fix #4052.

Co-authored-by: default avatarDavid Kang <dkang@suse.com>
parent 1cb11f65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment