ExUnit.DocTest.Error exception (ExUnit v1.18.3)
View SourceException 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()}
Exception raised when there's an error with the syntax or semantics of a doctest.
@type t() :: %ExUnit.DocTest.Error{__exception__: true, message: String.t()}