UNPKG

@freemework/common

Version:

Common library of the Freemework Project.

5 lines (3 loc) 112 B
import { FException } from "../exception/index.js"; export class FCancellationException extends FException { }