[Sprint/RollingRabbit](fix): Removed encryption exception - Sentry - #1099
Testing Hit {{host}}/api/v2/messenger/keys?cb=1573153203597&password=
0/1
thread resolved
added scoped labels
110 110 { 111 111 $private_key = openssl_get_privatekey($private_key, $password); 112 112 if (!$private_key) { 113 throw new \Exception('Could not decrypt private key'); 113 return [ - Owner
The Controller should be returning the response, not core function.
added scoped label and automatically removed label