import { FSqlException } from "./f_sql_exception.js"; /** * Insufficient Permission */ export class FSqlExceptionPermission extends FSqlException { }