diff --git a/core/model/DataObject.php b/core/model/DataObject.php index cd571329d..3554ecd72 100644 --- a/core/model/DataObject.php +++ b/core/model/DataObject.php @@ -655,6 +655,7 @@ class DataObject extends ViewableData implements DataObjectInterface { * (Default: false) * * @return int The ID of the record + * @throws ValidationException Exception that can be caught and handled by the calling function */ public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false) { $firstWrite = false;