X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FParticipant.php;h=e70bc067cdcdfdc002b67e3106811ee4f3e83be9;hb=09a12d7d6f6801be9f736331f9750725bbe5142e;hp=29b56ae4ceea3d670f6c7801c398a0e550f96fc3;hpb=3cfdbf479f28dde3f72458e345b6c003a9db01e2;p=civicrm-core.git diff --git a/api/v3/Participant.php b/api/v3/Participant.php index 29b56ae4ce..e70bc067cd 100644 --- a/api/v3/Participant.php +++ b/api/v3/Participant.php @@ -23,6 +23,9 @@ * * @return array * API result array + * + * @throws \CiviCRM_API3_Exception + * @throws \CRM_Core_Exception */ function civicrm_api3_participant_create($params) { // Check that event id is not an template - should be done @ BAO layer.