View Source Enum.EmptyError exception (Elixir v1.18.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
.
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
.