import { FException } from "../exception/index.js";

export class FCancellationException extends FException {
}
