LinkedListException.cannotInsertBeforeBegin constructor

LinkedListException.cannotInsertBeforeBegin()

Represents error that occurs when trying to insert a node before the begin node

Implementation

LinkedListException.cannotInsertBeforeBegin()
    : this._('A node cannot be inserted before begin node');