Merge pull request #4997 from monishdeb/CRM-15536
[civicrm-core.git] / CRM / Core / LegacyErrorHandler.php
index b10026ac6b908fb5784282e288c9e450a644aaf9..57b8c80e6852f443cd54468c5ed3dda5f9ca320f 100644 (file)
@@ -5,7 +5,7 @@ class CRM_Core_LegacyErrorHandler {
    * @param \Civi\Core\Event\UnhandledExceptionEvent $event
    * @throws Exception
    */
-  static function handleException($event) {
+  public static function handleException($event) {
     $e = $event->exception;
     if ($e instanceof CRM_Core_Exception) {
       $params = $e->getErrorData();