mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 02:23:38 +02:00
Operation fail fast
This commit is contained in:
@@ -463,6 +463,7 @@ class Core {
|
||||
ex instanceof FileNotFoundException ||
|
||||
ex instanceof FolderNotFoundException ||
|
||||
ex instanceof IllegalArgumentException ||
|
||||
ex instanceof IllegalStateException ||
|
||||
ex instanceof SQLiteConstraintException ||
|
||||
//ex.getCause() instanceof BadCommandException || // BAD
|
||||
//ex.getCause() instanceof CommandFailedException || // NO
|
||||
|
||||
Reference in New Issue
Block a user