NotFoundError<K> constructor

const NotFoundError<K>(
  1. K key
)

Implementation

const NotFoundError(this.key);