diff --git a/ProcessMaker/Jobs/SyncGuidedTemplates.php b/ProcessMaker/Jobs/SyncGuidedTemplates.php index 2f033ad541..8d5ce80f8d 100644 --- a/ProcessMaker/Jobs/SyncGuidedTemplates.php +++ b/ProcessMaker/Jobs/SyncGuidedTemplates.php @@ -190,7 +190,7 @@ private function importProcess($payload, $assetType) return $rootLog['newId']; } catch (Exception $e) { - throw new Exception('Error:', $e->getMessage()); + throw new Exception('Error: ' . $e->getMessage()); } }