FCancellationException constructor

FCancellationException([
  1. String? message,
  2. FException? innerException
])

Implementation

FCancellationException([String? message, FException? innerException])
    : super(_messageFormatter(message), innerException);