AggregateException.from constructor
Creates an AggregateException from a collection of exceptions.
Implementation
factory AggregateException.from(Iterable<Exception> exceptions) =>
AggregateException(innerExceptions: exceptions);
Creates an AggregateException from a collection of exceptions.
factory AggregateException.from(Iterable<Exception> exceptions) =>
AggregateException(innerExceptions: exceptions);