Closed phase closed 8 years ago
Throwable#toString() returns a description of the Throwable that includes the name of the class appended to Throwable#getLocalizedMessage(), which can be used for debugging purposes.
Throwable#toString()
Throwable#getLocalizedMessage()
@Steveice10 Can you put the artifact on your Maven repository so it can be used with MCProtocolLib?
Throwable#toString()
returns a description of the Throwable that includes the name of the class appended toThrowable#getLocalizedMessage()
, which can be used for debugging purposes.