Skip to content

Conversation

@threeal
Copy link
Owner

@threeal threeal commented Jun 23, 2023

This pull request simplifies the error namespace by making the following changes:

  • Changed Error from a class to a struct with public member accessibility.
  • Restored the Error constructor to accept a single message string.
  • Removed the Error::matches method.
  • Removed the ErrorPtr alias.
  • Renamed the make function to format.

@threeal threeal added the feat label Jun 23, 2023
@threeal threeal self-assigned this Jun 23, 2023
@threeal threeal changed the title Error: Simplified error::Error Error: Simplify error::Error Jun 23, 2023
@threeal threeal marked this pull request as ready for review June 23, 2023 11:41
@threeal threeal merged commit fd02f4c into main Jun 23, 2023
@threeal threeal deleted the simplified-error branch June 23, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants