LinkedListException.noElement constructor

LinkedListException.noElement()

Represents error that occurs when trying to select an element that doesn't exists. For example, trying to use DoubleLinkedList.reduce with an empty list

Implementation

LinkedListException.noElement() : this._('No element');