mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
feat(backend): handle more ecanpsulated errors
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user