package eirb.pg203.weather.exceptions; public class WeatherFetchingExceptionApi extends eirb.pg203.weather.exceptions.WeatherFetchingException { public WeatherFetchingExceptionApi() { super("An error occurred during API fetching"); } }