UserNotFoundToVerify constructor

UserNotFoundToVerify()

Implementation

UserNotFoundToVerify()
    : super(
        'can\'t find the user to verify',
        ErrorCodes.userNotFoundToVerify,
        errorCode: HttpStatus.notFound,
      );