UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

7 lines 206 B
import { FSqlException } from "./f_sql_exception.js"; /** * Insufficient Permission */ export class FSqlExceptionPermission extends FSqlException { } //# sourceMappingURL=f_sql_exception_permission.js.map