View Source Enum.EmptyError exception (Elixir v1.17.0-dev)

An exception that is raised when something expects a non-empty enumerable but finds an empty one.

For example, this is raised by Enum.min/3.