Collapsed catch block
This commit is contained in:
@@ -112,8 +112,6 @@ 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) {
|
||||
ConsoleLogger.showError("Some error occurred while trying to send a email to " + mail);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user