feat(exception): add weather exception
This commit is contained in:
parent
bb8ceff5ea
commit
e51b7de1e0
@ -0,0 +1,7 @@
|
||||
package eirb.pg203.exceptions;
|
||||
|
||||
public class WeatherFetchingException extends Exception {
|
||||
public WeatherFetchingException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user