UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

8 lines (6 loc) 153 B
import { FSqlException } from "./f_sql_exception.js"; /** * Insufficient Permission */ export class FSqlExceptionPermission extends FSqlException { }