ClientError constructor

ClientError(
  1. String message, [
  2. Object? source
])

Implementation

ClientError(super.message, [super.source]);