Plain text exception rendering with a stack trace. Useful in CI or plain text environments.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
this(Throwable | this(Throwable errorToRender, IServerRequest serverRequest, Json[string] errorHandlingData) | ||||
string | string render() | ||||
Json[string] | Json[string] renderException(Throwable exceptionToRender, Throwable parentException) | ||||
void | void write(string outputText) |