Skip to content
Snippets Groups Projects
Verified Commit 7c73de69 authored by Adam Krídl's avatar Adam Krídl
Browse files

Move InvalidGpsLocationException into more suitable package

parent 0c8b3bc8
No related branches found
No related tags found
No related merge requests found
package cz.muni.fi.pa165.core.data.domain;
import cz.muni.fi.pa165.core.exceptions.InvalidGpsLocationException;
import lombok.Getter;
import lombok.ToString;
......
package cz.muni.fi.pa165.core.data.domain;
package cz.muni.fi.pa165.core.exceptions;
/**
* Thrown in case of invalid GPS location, e.g. (-120.3, 42.42).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment