Fix incorrect error message
This commit is contained in:
parent
3e981d66e9
commit
783201d12e
@ -292,7 +292,7 @@ public class App {
|
||||
} catch (IOException e) {
|
||||
throw new IOErrorException("Failed to load local accounts file", e);
|
||||
} catch (AccountCheckException e) {
|
||||
throw new UnexpectedErrorException("Failed to load local accounts file", e);
|
||||
throw new UnexpectedErrorException("Failed to load account file", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user