Throwable.next

Replace next in chain with tail. Use chainTogether instead if at all possible.

  1. inout(Throwable) next()
  2. void next(Throwable tail)
    class Throwable
    @property @safe scope pure nothrow @nogc
    void
    next
Suggestion Box / Bug Report