MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / throwError

Function throwError

typescript/examples/VaasExample/url_scan.ts:6–8  ·  view source on GitHub ↗
(errorMessage: string)

Source from the content-addressed store, hash-verified

4} from "gdata-vaas";
5
6function throwError(errorMessage: string): never {
7 throw new Error(errorMessage);
8}
9
10function getFromEnvironment(key: string) {
11 return (

Callers 1

getFromEnvironmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected