KeyNotFoundException constructor
const
KeyNotFoundException(
- Key key
Creates a new KeyNotFoundException for the specified key
.
Implementation
const KeyNotFoundException(this.key);
Creates a new KeyNotFoundException for the specified key
.
const KeyNotFoundException(this.key);