= $endTime) { throw new BadRequestException('chapter_live.start_gt_end'); } if ($endTime - $startTime > 3 * 3600) { throw new BadRequestException('chapter_live.time_too_long'); } } }