ExUnit.MultiError exception (ExUnit v1.18.3)
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()}] }
Raised to signal multiple errors happened in a test case.
@type t() :: %ExUnit.MultiError{ __exception__: true, errors: [{Exception.kind(), any(), Exception.stacktrace()}] }