Operation fail fast

This commit is contained in:
M66B 2020-11-15 10:58:11 +01:00
parent b9e10ad8df
commit cc5578de3e
1 changed files with 1 additions and 0 deletions

View File

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