ExUnit.MultiError exception (ExUnit v1.19.0-dev)
View SourceRaised to signal multiple errors happened in a test case.
Summary
Types
@type t() :: %ExUnit.MultiError{ __exception__: true, errors: [{Exception.kind(), any(), Exception.stacktrace()}] }