ScopeNotDefinedError
Defined in: src/errors/scope-not-defined.error.ts:41
Error thrown when a scope is not defined
Since
1.0.0
Author
Simon Kovtyk
Extends
Error
Constructors
Constructor
ts
new ScopeNotDefinedError(snapshot): ScopeNotDefinedError;Defined in: src/errors/scope-not-defined.error.ts:44
Parameters
| Parameter | Type |
|---|---|
snapshot | ScopeNotDefinedStateSnapshot |
Returns
ScopeNotDefinedError
Overrides
ts
Error.constructorProperties
| Property | Modifier | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
cause? | public | unknown | - | Error.cause | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26 |
message | public | string | - | Error.message | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077 |
name | readonly | string | Error.name | - | src/errors/scope-not-defined.error.ts:42 |
stack? | public | string | - | Error.stack | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078 |