validator component

This commit is contained in:
Benjamin Dalsass
2025-12-02 15:03:26 +01:00
parent 3d8e429c2b
commit 8f8a0e2672
8 changed files with 141 additions and 9 deletions

View File

@@ -36,8 +36,6 @@ class OqlToClassConverter extends AbstractConverter
$oModelReflection = DIService::GetInstance()->GetService('ModelReflection');
try {
$oQuery = $oModelReflection->GetQuery($oData);
} catch (\OQLParserException $e) {
throw new FormBlockIOException($e->GetIssue(), $e->getCode(), $e);
} catch (Exception $e) {
throw new FormBlockIOException($e->getMessage(), $e->getCode(), $e);
}