mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 16:51:18 -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
|
||||
:code :object-not-found
|
||||
:table table
|
||||
:params params
|
||||
:hint "database object not found"))
|
||||
row))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue