KeyNotFoundException constructor

const KeyNotFoundException(
  1. Key key
)

Creates a new KeyNotFoundException for the specified key.

Implementation

const KeyNotFoundException(this.key);