Skip to content

Tell std::system_error() which function failed#23

Merged
ryanofsky merged 1 commit intobitcoin-core:masterfrom
vasild:system_error
Mar 4, 2020
Merged

Tell std::system_error() which function failed#23
ryanofsky merged 1 commit intobitcoin-core:masterfrom
vasild:system_error

Conversation

@vasild
Copy link
Contributor

@vasild vasild commented Feb 21, 2020

This would make the error messages a bit more descriptive.

For example: ex.what() could be
Invalid argument before this patch and
socketpair: Invalid argument after this patch.

This would make the error messages a bit more descriptive.

For example: `ex.what()` could be
`Invalid argument` before this patch and
`socketpair: Invalid argument` after this patch.
@vasild vasild mentioned this pull request Feb 21, 2020
@ryanofsky ryanofsky merged commit a440eda into bitcoin-core:master Mar 4, 2020
@vasild vasild deleted the system_error branch March 4, 2020 08:16
@bitcoin-core bitcoin-core locked and limited conversation to collaborators Jun 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants