ServerException constructor

ServerException(
  1. String message, {
  2. Object? originalError,
})

Implementation

ServerException(super.message, {super.originalError});