No throwing Exception

This commit is contained in:
fogelito 2025-01-02 17:06:22 +02:00
parent a08c71d9d2
commit 06a5876f35

View file

@ -284,8 +284,9 @@ class Databases extends Action
$dbForProject->deleteDocument('attributes', $relatedAttribute->getId());
}
throw $e;
/**
* No throwing Exception
*/
} catch (\Throwable $e) {
Console::error($e->getMessage());