NoValuePresentError constructor

NoValuePresentError()

Creates a new NoValuePresentError with a message reading "no value present"

Implementation

NoValuePresentError() : super('no value present');