UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

5 lines (3 loc) 111 B
import { FException } from "../exception/f_exception.js"; export class FLimitException extends FException { }