Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mhofman committed Oct 10, 2023
1 parent 3ce270a commit ba4d241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Snowflake.Data/Client/SnowflakeDbConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ public override void Open()
_connectionState = ConnectionState.Closed;
logger.Error("Unable to connect: ", e);
if (e is SnowflakeDbException)
{
throw;
}
throw new SnowflakeDbException(
e,
SnowflakeDbException.CONNECTION_FAILURE_SSTATE,
Expand Down

0 comments on commit ba4d241

Please sign in to comment.