diff --git a/edsm-getnearest.py b/edsm-getnearest.py index 83707de..18edadd 100755 --- a/edsm-getnearest.py +++ b/edsm-getnearest.py @@ -8,6 +8,10 @@ import tkinter as tk from pyEDSM.edsm.exception import ServerError, NotFoundError from pyEDSM.edsm.models import System, Commander +class EdsmApiException(Exception): + pass + + # ================================================================================= def getCmdrCoords (cmdr):