ServerpodClientException constructor

const ServerpodClientException(
  1. String message,
  2. int statusCode
)

Creates a new ServerpodClientException.

Implementation

const ServerpodClientException(this.message, this.statusCode);