We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PanSchError must inherit from Exception instead of BaseException so I could be caught with
except Exception as e:
class PanSchError(Exception): """ Base class for all pandas_schema exceptions """
The text was updated successfully, but these errors were encountered:
Hi, I would like to take this up please.
Sorry, something went wrong.
Go for it, thank you!
Yeah, I wrote that a long time ago and I have no idea why I thought it was a good idea to inherit from BaseException.
BaseException
Swanand01
Successfully merging a pull request may close this issue.
PanSchError must inherit from Exception instead of BaseException so I could be caught with
The text was updated successfully, but these errors were encountered: