0
Fork 0
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:
Andrey Antukh 2019-06-15 23:56:25 +02:00
parent f06fce06c3
commit 0b1cd62449

View file

@ -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)