UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

6 lines (4 loc) 177 B
import { FException } from "../exception/f_exception.js"; export class FSqlException extends FException { // Base class for all errors produced by an implementation library }