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
Source
projects/pieces/src/lib/errors/MissingExportsError.ts:12
Properties
path
readonlypath:string
The path of the module that did not have exports.
Source
projects/pieces/src/lib/errors/MissingExportsError.ts:10
type
readonlytype:LoaderErrorType
The type of the error that was thrown.
Inherited from
Source
projects/pieces/src/lib/errors/LoaderError.ts:16
Accessors
name
getname():string
Returns
string