Hello,
I want to translate this in french . How can I do it ?
Actually, it throw an error with : Erreur 409: {"reason":"userNameExists"}
I want to translate this in french . How can I do it ?
HTML Code:
throw new Conflict(json_encode(['reason' => 'userNameExists']));
Comment