ExUnit.DocTest.Error exception
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()}