constructor()

in src/common/error.ts [20:23]


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