View Source ExUnit.MultiError exception (ExUnit v1.17.0-dev)

Raised to signal multiple errors happened in a test case.

Summary

Types

@type t() :: %ExUnit.MultiError{
  __exception__: true,
  errors: [{Exception.kind(), any(), Exception.stacktrace()}]
}