Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
function
throwError(errorMessage: string): never {
9
throw
new
Error(errorMessage);
10
}
11
12
function
getFromEnvironment(key: string) {
13
return
(
Callers
1
getFromEnvironment
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected