docs/events/CancelAction.js
/**
* An class that is thrown when a Cancellable is cancelled. This is used
* to distinguish between a cancel action and an actual runtime error.
* @see {@link Cancellable}
* @export
* @class CancelAction
*/
export class CancelAction {}