HelpNeedingException.toString

Convert exception into a nice printable version.

class HelpNeedingException
override const
void
toString
(
scope void delegate
(
in char[]
)
sink
)

Parameters

sink void delegate
(
in char[]
)

sink to where to print exception.

Meta