EmailNotExistException constructor

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

Implementation

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