put this back - need the aliases
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 18 Sep 2022 00:32:13 +0000 (20:32 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 18 Sep 2022 00:32:13 +0000 (20:32 -0400)
Civi/API/Kernel.php

index 8c393756c6e68ff7d2ec858f12b1762ef2b020e8..02ca71bfd4f67c15d5f078f2709443f84aff5bbb 100644 (file)
@@ -158,6 +158,7 @@ class Kernel {
    * @throws \CRM_Core_Exception
    */
   public function boot($apiRequest) {
+    require_once 'api/Exception.php';
     // the create error function loads some functions from utils
     // so this require is also needed for apiv4 until such time as
     // we alter create error.