UNPKG

autosnippet

Version:

Extract code patterns into a knowledge base for AI coding assistants

6 lines (5 loc) 201 B
/** * Errors 层索引 * 导出所有错误类 */ export { BaseError, ConflictError, ConstitutionViolation, InternalError, NotFoundError, PermissionDenied, ValidationError, } from './BaseError.js';