Skip to content
Snippets Groups Projects
Unverified Commit d2fc33a3 authored by Chris Truter's avatar Chris Truter Committed by GitHub
Browse files

Add missing field to serialization exception (#46883)

parent bb794056
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,7 @@
(:continue-on-error opts))
(throw (ex-info (format "Exception extracting %s %s" model (:id instance))
{:model model
:table (->> model (keyword "model") t2/table-name)
:id (:id instance)
:entity_id (:entity_id instance)
:cause (.getMessage e)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment