PocketBaseException constructor

PocketBaseException({
  1. String? message,
  2. int? errorCode,
  3. dynamic response,
})

Implementation

PocketBaseException({this.message, this.errorCode, this.response});