PasswordChangedException constructor

PasswordChangedException()

Implementation

PasswordChangedException()
    : super(
        'Password changed, please login again',
        ErrorCodes.passwordChanged,
      );