sourceFieldName . "' during flush." . " Remove deleted entities from collections."); } public static function invalidEntityState($state) { return new self("Invalid entity state: $state."); } public static function detachedEntityCannotBeRemoved() { return new self("A detached entity can not be removed."); } }