View Source ExUnit.DuplicateDescribeError exception (ExUnit v1.17.0-dev)

Exception raised to indicate two or more describe blocks with the same name.

Summary

Types

@type t() :: %ExUnit.DuplicateDescribeError{__exception__: true, message: String.t()}