ExUnit.DocTest.Error exception (ExUnit v1.18.3)

View Source

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

Summary

Types

t()

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