import { FException } from "./f_exception.js";

export class FExceptionInvalidOperation extends FException {
}
