Fix @throws tag with wrong class name

This commit is contained in:
Jens Schuppe 2024-03-25 15:51:58 +01:00
parent 53745a3e07
commit fe0ce3f57d

View file

@ -143,7 +143,7 @@ class CRM_Twingle_Profile {
* @param string $attribute_name
* @param mixed $value
*
* @throws \CRM_Twingle_Exceptions_ProfileException
* @throws \Civi\Twingle\Exceptions\ProfileException
* When the attribute name is not known.
*/
public function setAttribute($attribute_name, $value) {