@freemework/common
Version:
Common library of the Freemework Project.
5 lines • 352 B
JavaScript
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";
//# sourceMappingURL=index.js.map