PasswordNotFoundException constructor
PasswordNotFoundException(
- String key
Creates an exception indicating the missing password key.
Implementation
PasswordNotFoundException(this.key);
Creates an exception indicating the missing password key.
PasswordNotFoundException(this.key);