Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nexus/pgerror #898

Merged
merged 3 commits into from
Dec 26, 2023
Merged

Remove nexus/pgerror #898

merged 3 commits into from
Dec 26, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Dec 25, 2023

There's no need to implement a string error since Box<dyn Error> implements From<String>/From<&'static str>

In a few places I opted to box original error rather than box original error's error string

There's no need to implement a string error since Box<dyn Error> implements `From<String>`/`From<&'static str>`

In a few places I opted to box original error rather than box original error's error string
@serprex serprex requested a review from iskakaushik December 25, 2023 02:50
@serprex serprex enabled auto-merge (squash) December 25, 2023 02:51
@serprex serprex merged commit a8e07d9 into main Dec 26, 2023
7 checks passed
@serprex serprex deleted the remove-nexus-pgerror branch February 5, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants