-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Type error #19
Labels
Comments
Thanks for reporting, #20 should fix this. |
I think the actual fix for v0.2 should be to simply not reuse the exception code of the parent exception, but instead just use |
I agree here. The code is just part of the parent exception, it has no business in the wrapping exception. |
But changing that now would be a BC break, so let's do it for v0.2 only. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this error recently:
This happens because
PDOException::getCode()
can return a string.The text was updated successfully, but these errors were encountered: