void PlayerOptions::check() { if (bags.size() == 0) throw Exception("You must specify at least one bag file to play from"); }
void PlayerOptions::check() { if (bags.size() == 0) throw Exception("You must specify at least one bag file to play from"); if (has_duration && duration <= 0.0) throw Exception("Invalid duration, must be > 0.0"); }