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