AlreadyEnrolledException constructor

const AlreadyEnrolledException({
  1. String? code,
  2. String? message,
})

Implementation

const AlreadyEnrolledException({super.code, super.message});