Throwable.message

Get the message describing the error. Base behavior is to return the Throwable.msg field. Override to return some other error message.

class Throwable
@__future const
const(char)[]
message
()

Return Value

Type: const(char)[]

Error message

Suggestion Box / Bug Report