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

Fix #450: Add custom exceptions #454

Merged
merged 14 commits into from
May 25, 2022
Merged

Conversation

caendesilva
Copy link
Member

One of the nice things with precompiled sites are that they "fail early". There are no runtime errors or surprises. If something goes wrong, you will know before you ship to production. However, it would be nice to have some custom exceptions that are more descriptive when and if an error occurs. This PR starts to fix that.

@caendesilva caendesilva linked an issue May 25, 2022 that may be closed by this pull request
@caendesilva caendesilva merged commit 784a990 into master May 25, 2022
@caendesilva caendesilva deleted the 450-add-custom-exceptions branch May 25, 2022 17:55
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.

Add custom exceptions
2 participants