View Source ExUnit.DuplicateDescribeError exception (ExUnit v1.16.0)
Exception raised to indicate two or more describe
blocks with
the same name.
Summary
Types
@type t() :: %ExUnit.DuplicateDescribeError{__exception__: true, message: String.t()}