import {Errorf} from './errorf.js'; /** * Invalid argument error. */ export class InvalidArgumentError extends Errorf {}