mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 01:41:38 +02: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)
|
(instance? java.util.concurrent.CompletionException error)
|
||||||
(errors-handler context (.getCause error))
|
(errors-handler context (.getCause error))
|
||||||
|
|
||||||
|
java.util.concurrent.ExecutionException
|
||||||
|
(errors-handler context (.getCause error))
|
||||||
|
|
||||||
(instance? org.jooq.exception.DataAccessException error)
|
(instance? org.jooq.exception.DataAccessException error)
|
||||||
(handle-data-access-exception error)
|
(handle-data-access-exception error)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue