exceptions

A forward range representing an exception chain.

  1. auto exceptions(Throwable throwable)
    exceptions
    (
    Throwable throwable
    )
  2. struct ExceptionChain

Parameters

throwable Throwable

starting point of exception chain

Return Value

Type: auto

a forward range of exceptions

Meta