DuplicateKeyException constructor
DuplicateKeyException(
- String key
Implementation
DuplicateKeyException(String key)
: message = "Key: $key already exists. Please use unique strings as keys";
DuplicateKeyException(String key)
: message = "Key: $key already exists. Please use unique strings as keys";