constructor()

in packages/ui/src/components/CognitoAuth/hooks/useSigv4Client/EmptyArgumentError.ts [17:20]


    constructor(message: string) {
        super(message);
        this.name = 'EmptyFieldError';
    }