Skip to content

Commit a13b2be

Browse files
committed
Fix #12
1 parent 2707c3d commit a13b2be

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
@@ -180,7 +180,7 @@ public CreateBucketStatus CreateBucket(string accessKey, string bucketKey, strin
180180
}
181181
}
182182
}
183-
catch (Exception ex)
183+
catch
184184
{
185185
closeHttpClient();
186186
throw;

0 commit comments

Comments
 (0)