0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

Add :params prop to :not-found exception

This commit is contained in:
Andrey Antukh 2024-08-12 11:05:32 +02:00
parent 38c9e3e7cc
commit 314742a563

View file

@ -407,6 +407,7 @@
(ex/raise :type :not-found (ex/raise :type :not-found
:code :object-not-found :code :object-not-found
:table table :table table
:params params
:hint "database object not found")) :hint "database object not found"))
row)) row))