Lines Matching refs:YError
15 import { YError } from './yerror.js';
201 throw new YError('coerce callback must be provided');
215 throw new YError('coerce callback must be provided');
232 throw new YError(err.message);
421 throw new YError("Invalid first argument. Expected function or boolean 'false'");
730 …throw new YError('.parseSync() must not be used with asynchronous builders, handlers, or middlewar…
906 … throw new YError('.usage() description must start with $0 if being used as alias for .command()');
1393 throw new YError(err.message);
1422 throw new YError(parsed.error.message);
1438 if (err instanceof YError)
1449 throw new YError(parseErrors.message);