LinkedListException.cannotRemoveEnd constructor

LinkedListException.cannotRemoveEnd()

Represents error that occurs when trying to remove a begin or end node

Implementation

LinkedListException.cannotRemoveEnd()
    : this._('An end node cannot be removed');