throw new BadRequestException('참가하지 않은 플레이어입니다.'); 400

throw new BadRequestException('세션 정보가 없습니다.'); 400

throw new BadRequestException('정답을 제출할 수 없습니다.'); 400

throw new BadRequestException('존재하지 않는 퀴즈존입니다.'); 400

throw new BadRequestException('사용자의 접속 정보를 찾을 수 없습니다.'); 400

throw new NotFoundException('모든 퀴즈를 출제하였습니다.');404

throw new NotFoundException(); 404