LinkedListException.cannotInsertAfterEnd constructor

LinkedListException.cannotInsertAfterEnd()

Represents error that occurs when trying to insert a node after the end node

Implementation

LinkedListException.cannotInsertAfterEnd()
    : this._('A node cannot be inserted after end node');