Make LinkageUtils better with Error handling
Dieser Commit ist enthalten in:
Ursprung
053a9129e7
Commit
abb52aeaf7
@ -52,6 +52,8 @@ public class LinkageUtils {
|
||||
linkOrUnlink(Class.forName(s), unlink);
|
||||
} catch (ClassNotFoundException e) {
|
||||
// ignored
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
} catch (IOException e) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren