MCPcopy
hub / github.com/Effect-TS/effect / ConfigFileError

Function ConfigFileError

packages/cli/src/internal/configFile.ts:86–91  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

84
85/** @internal */
86export const ConfigFileError = (message: string): ConfigFile.ConfigFileError => {
87 const self = Object.create(ConfigFileErrorProto)
88 self._tag = "ConfigFileError"
89 self.message = message
90 return self
91}

Callers 1

makeProviderFunction · 0.70

Calls 1

createMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…