0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 12:01:19 -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 ab461ba560
commit 7df68bb8bd

View file

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