Coverage Summary for Class: FailedWeatherDataFetchException (dev.karlkadak.backend.exception)

Class Class, % Method, % Line, %
FailedWeatherDataFetchException 100% (1/1) 100% (1/1) 100% (1/1)


 package dev.karlkadak.backend.exception;
 
 public class FailedWeatherDataFetchException extends RuntimeException {
 
     public FailedWeatherDataFetchException(String message) {
         super(message);
     }
 }