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

Function throwError

typescript/tests/test.ts:21–23  ·  view source on GitHub ↗
(errorMessage: string)

Source from the content-addressed store, hash-verified

19import https from 'https';
20
21function throwError(errorMessage: string): never {
22 throw new Error(errorMessage);
23}
24
25function getFromEnvironment(key: string) {
26 return (

Callers 1

getFromEnvironmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected