Class: MissingExportsError
Describes a LoaderErrorType.EmptyModule loader error and adds a path for easy identification.
Extends
Constructors
new MissingExportsError()
new MissingExportsError(
path:string):MissingExportsError
Parameters
| Parameter | Type |
|---|---|
path | string |
Returns
Overrides
Defined in
projects/pieces/src/lib/errors/MissingExportsError.ts:12
Properties
path
readonlypath:string
The path of the module that did not have exports.
Defined in
projects/pieces/src/lib/errors/MissingExportsError.ts:10
type
readonlytype:LoaderErrorType
The type of the error that was thrown.
Inherited from
Defined in
projects/pieces/src/lib/errors/LoaderError.ts:16
Accessors
name
Get Signature
get name():
string
Returns
string