constructor()

in src/common/error.ts [30:33]


    constructor(message: string, options?: ErrorOptions) {
        super(message, options);
        this.name = "KeyVaultReferenceError";
    }