/**
 * Errors 层索引
 * 导出所有错误类
 */
export { BaseError, ConflictError, ConstitutionViolation, InternalError, NotFoundError, PermissionDenied, ValidationError, } from './BaseError.js';
