GDT server not reachable error thrown

This commit is contained in:
Moriz Wahl 2022-02-16 09:23:58 +01:00
parent d9694b28d6
commit 283cfcc84a

View File

@ -34,7 +34,7 @@ export class GdtResolver {
}
return new GdtEntryList(resultGDT.data)
} catch (err: any) {
throw new Error(err)
throw new Error('GDT Server is not reachable.')
}
}