Introduction
In this challenge, you will develop a robust exception handling system for temperature sensors in scientific research. The goal is to create a custom TemperatureException class that inherits from std::runtime_error and implement a temperature validation function that throws the custom exception for invalid temperature readings.



