UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

5 lines (4 loc) 319 B
export { FException, FExceptionNativeErrorWrapper, FExceptionNativeObjectWrapper } from "./f_exception.js"; export { FExceptionAggregate } from "./f_exception_aggregate.js"; export { FExceptionArgument } from "./f_exception_argument.js"; export { FExceptionInvalidOperation } from "./f_exception_invalid_operation.js";