/* * Throws incompatible units error * * @throws "Incompatible units" error */ export function throwIncompatibleUnits() { throw new Error("Incompatible units"); }