Operation fail fast

pull/189/head
M66B 4 years ago
parent b9e10ad8df
commit cc5578de3e

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

Loading…
Cancel
Save