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

export class FLimitException extends FException {
}
