return [
'user' => [
'registration' => true
]
];
291 catch (\Exception $e)So that I could pick up the message in my code
292 {
293 throw new \SimpleUserUpdateException($e->GetMessage(), 99);
294 $result = false;
295 }
It looks like you're new here. If you want to get involved, click one of these buttons!