Skip to content

Commit 2707c3d

Browse files
authored
Merge pull request #11 from gustavoalochio/patch-1
Update ISStreamer.cs
2 parents 21d100d + a8d243a commit 2707c3d

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)