From cc071aeb680d4c7f62b69ce7e81de09a1ad9727d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 17 Sep 2022 20:32:13 -0400 Subject: [PATCH] put this back - need the aliases --- Civi/API/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/API/Kernel.php b/Civi/API/Kernel.php index 8c393756c6..02ca71bfd4 100644 --- a/Civi/API/Kernel.php +++ b/Civi/API/Kernel.php @@ -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. -- 2.25.1