File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ TOriginAttributes* TError::MutableOriginAttributes() const noexcept
492
492
return Impl_->MutableOriginAttributes ();
493
493
}
494
494
495
- void TError::SetAttributes (NYTree::IAttributeDictionaryPtr attributes) noexcept
495
+ void TError::SetAttributes (NYTree::IAttributeDictionaryPtr attributes)
496
496
{
497
497
if (!Impl_) {
498
498
return ;
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class [[nodiscard]] TErrorOr<void>
149
149
150
150
// Used for deserialization only.
151
151
TOriginAttributes* MutableOriginAttributes () const noexcept ;
152
- void SetAttributes (NYTree::IAttributeDictionaryPtr attributes) noexcept ;
152
+ void SetAttributes (NYTree::IAttributeDictionaryPtr attributes);
153
153
154
154
TError Truncate (
155
155
int maxInnerErrorCount = 2 ,
You can’t perform that action at this time.
0 commit comments