View Source Enum.EmptyError exception (Elixir v1.16.2)

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.