CompletionException constructor

CompletionException(
  1. String? code,
  2. String? message
)

Implementation

CompletionException(this.code, this.message);