-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Allow add previous exception in ConversionException #3222
Allow add previous exception in ConversionException #3222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update tests/Doctrine/Tests/DBAL/Types/ConversionExceptionTest.php
@greg0ire sorry, but why did you close this PR? |
I deleted branch 2.10, and it closed the PR, and I missed the notification, sorry, I'm going to try to fix this. |
The base branch was changed.
Travis CI no see files in
try rebuild |
Thanks @peter-gribanov |
Summary
I often use Value Object, and the code of DBAL type looks something like this:
In this case, it would be convenient to add the previous exception to
ConversionException
.