BadRequestException('퀴즈존 정원이 초과되었습니다.'); 400throw new BadRequestException('참가하지 않은 플레이어입니다.'); 400
퀴즈존 정보를 찾을 수 없는 경우
throw new NotFoundException('퀴즈존 정보를 확인할 수 없습니다.'); 404
세션 정보가 없을 때
throw new BadRequestException('세션 정보가 없습니다.'); 400
throw new BadRequestException('정답을 제출할 수 없습니다.'); 400
throw new BadRequestException('존재하지 않는 퀴즈존입니다.'); 400
throw new BadRequestException('사용자의 접속 정보를 찾을 수 없습니다.'); 400
throw new NotFoundException('모든 퀴즈를 출제하였습니다.');404
throw new NotFoundException(); 404