NoUserRegisteredException constructor

NoUserRegisteredException()

Implementation

NoUserRegisteredException()
    : super(
        'no user registered',
        ErrorCodes.noUserRegistered,
      );