UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

8 lines (6 loc) 242 B
import { FExceptionInvalidOperation } from "../../exception/f_exception_invalid_operation.js"; export class FIntrenalLimitExceptionAssert extends FExceptionInvalidOperation { public constructor() { super("Looks like bug inside..."); } }