Skip to content

Commit 9809568

Browse files
authored
Merge pull request #19 from tektronix/master
Updated develop with the latest changes that are in master
2 parents 4bca6c8 + 7484687 commit 9809568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InitialState.NET/ISStreamer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ public CreateBucketStatus CreateBucket(string accessKey, string bucketKey, strin
180180
}
181181
}
182182
}
183-
catch (Exception ex)
183+
catch
184184
{
185185
closeHttpClient();
186-
throw ex;
186+
throw;
187187
}
188188
}
189189

0 commit comments

Comments
 (0)