class MultiAssertionError : AssertionError
An error that bundles multiple other Throwables together
MultiAssertionError(errors: List<Throwable>)