Class: ConfigLoadError

Defined in: errors/config-load-error.ts:4

Importing the config threw, eg on a syntax error. The original error is the cause.

Extends

Constructors

Constructor

constructor(file: string, cause: unknown);

Defined in: errors/config-load-error.ts:8

file is relative to the root; cause is what importing it threw.

Properties

name

name: string;

Defined in: errors/config-load-error.ts:5