dev/core#1744 - Civi/API - Simplify event naming
[civicrm-core.git] / Civi / API / Event / ExceptionEvent.php
index 8860e51724ed28259184f1e87d8cf5a07a34156e..3b95ea539b1de53a5071d86dd5ba91f293bc3ebe 100644 (file)
@@ -12,8 +12,9 @@
 namespace Civi\API\Event;
 
 /**
- * Class ExceptionEvent
- * @package Civi\API\Event
+ * Handle any exceptions that occur while processing an API request.
+ *
+ * Event name: 'civi.api.exception'
  */
 class ExceptionEvent extends Event {