KeyConflictError<K> constructor

const KeyConflictError<K>(
  1. K key
)

Implementation

const KeyConflictError(this.key);