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