View Source ExUnit.DocTest.Error exception (ExUnit v1.16.2)

Exception raised when there's an error with the syntax or semantics of a doctest.

Summary

Types

@type t() :: %ExUnit.DocTest.Error{__exception__: true, message: String.t()}