mirror of
https://github.com/bitwarden/server
synced 2026-01-07 19:13:50 +00:00
remove re-throws of exceptions, which clear the stack trace (#1760)
* remove re-throws of exceptions, which clear the stack trace * remove whitespace
This commit is contained in:
@@ -603,7 +603,7 @@ namespace Bit.Billing.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -698,7 +698,7 @@ namespace Bit.Billing.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user