import BundleError from "./BundleError.mjs"; class UnmatchedBundleStrategyError extends BundleError {} export default UnmatchedBundleStrategyError;