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