UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

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