Throwable.toString

Overrides Object.toString and returns the error message. Internally this forwards to the toString overload that takes a sink delegate.

  1. string toString()
    class Throwable
    override
    string
    toString
    ()
  2. void toString(void delegate(in char[]) sink)

Meta