PatchworkMC/patchwork-application-core

Logger.thrown crashes with StringFormatException with some messages

coderbot16 opened this issue · 0 comments

Logger#thrown tries to construct a string directly, then passes this to log which calls String.format. If the exception method contains a %, this will cause a StringFormatException.