UserAlreadyExistsException constructor

const UserAlreadyExistsException()

Implementation

const UserAlreadyExistsException()
    : super('A user with this email already exists');