ConsoleCommands / org.lazywizard.console / Console / showException

showException

open static fun showException(message: String, ex: Throwable): Unit

Displays the stack trace of a Throwable.

Parameters

message - An optional message to show before the stack trace. Can be null.

ex - The Throwable whose stack trace will be shown.

Since
2.0