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

export class FSqlException extends FException {
	// Base class for all errors produced by an implementation library
}
