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(scope void delegate(in char[]) sink)
Suggestion Box / Bug Report