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:
parent
38c9e3e7cc
commit
314742a563
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue