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

Copy Markdown 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__: term(), message: String.t()}