PasswordNotFoundException constructor

PasswordNotFoundException(
  1. String key
)

Creates an exception indicating the missing password key.

Implementation

PasswordNotFoundException(this.key);