NoValuePresentError constructor
NoValuePresentError()
Creates a new NoValuePresentError with a message reading "no value present"
Implementation
NoValuePresentError() : super('no value present');
Creates a new NoValuePresentError with a message reading "no value present"
NoValuePresentError() : super('no value present');