mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
feat(backend): handle more ecanpsulated errors
This commit is contained in:
parent
f06fce06c3
commit
0b1cd62449
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@
|
|||
(instance? java.util.concurrent.CompletionException error)
|
||||
(errors-handler context (.getCause error))
|
||||
|
||||
java.util.concurrent.ExecutionException
|
||||
(errors-handler context (.getCause error))
|
||||
|
||||
(instance? org.jooq.exception.DataAccessException error)
|
||||
(handle-data-access-exception error)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue