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

Function throwError

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

Source from the content-addressed store, hash-verified

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

Callers 1

getFromEnvironmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected