import { FSqlException } from "./f_sql_exception.js";

export class FSqlExceptionConnection extends FSqlException {
}

