mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 12:45:57 +01:00
Collapsed catch block
This commit is contained in:
parent
aae78fe9ef
commit
6089d481a9
@ -112,9 +112,7 @@ public class SendMailSSL {
|
||||
if (file != null)
|
||||
file.delete();
|
||||
|
||||
} catch (RuntimeException e) {
|
||||
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
|
||||
} catch (Exception e) {
|
||||
} catch(Exception e) {
|
||||
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user