Closed MeanSquaredError closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
fc080a6
) 99.65% compared to head (40cef3e
) 99.65%. Report is 1 commits behind head on main.:exclamation: Current head 40cef3e differs from pull request most recent head 1e50ae5. Consider uploading reports for the commit 1e50ae5 to get more accurate results
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a base_error exception type from which all the other exception types (timeout_reached, network_error, sql_error) derive. This allows catching all possible taopq exceptions with a single catch block. Earlier I suggested this change in https://github.com/taocpp/taopq/issues/68.