Class: ProjectSourcePathError
Defined in: packages/core/src/project/paths.ts:11
Error raised when a project source path is not lexically root-confined.
Extends
Error
Constructors
Constructor
new ProjectSourcePathError(
sourcePath,kind,message):ProjectSourcePathError
Defined in: packages/core/src/project/paths.ts:12
Parameters
sourcePath
string
kind
message
string
Returns
ProjectSourcePathError
Overrides
Error.constructor
Properties
kind
readonlykind:ProjectSourcePathKind
Defined in: packages/core/src/project/paths.ts:14
sourcePath
readonlysourcePath:string
Defined in: packages/core/src/project/paths.ts:13