constructor()

in src/common/error.ts [10:13]


    constructor(message: string) {
        super(message);
        this.name = "InvalidOperationError";
    }