EmailAlreadyExistException constructor

const EmailAlreadyExistException({
  1. String? message,
  2. int? error,
})

Implementation

const EmailAlreadyExistException({
  super.message,
  super.error,
});