Function HelpNeedingException.toString

Convert exception into a nice printable version.

override void toString (
  scope void delegate(const(char[])) sink
) const;

Parameters

NameDescription
sink sink to where to print exception.