Skip to content

Commit a8d243a

Browse files
Update ISStreamer.cs
1 parent 21d100d commit a8d243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InitialState.NET/ISStreamer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public CreateBucketStatus CreateBucket(string accessKey, string bucketKey, strin
183183
catch (Exception ex)
184184
{
185185
closeHttpClient();
186-
throw ex;
186+
throw;
187187
}
188188
}
189189

0 commit comments

Comments
 (0)