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
Currently StepExecutorTrait trait does handle an exceptions except ValidationException.
StepExecutorTrait
ValidationException
This is not for form field error handling, it is historical, see related #896 (comment).
There should be no intermediate custom exception handling.
I do not know any demo to reproduce, code for Behat testing must be probably written newly.
code:
ui/src/UserAction/StepExecutorTrait.php
Line 458 in 4844118
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently
StepExecutorTrait
trait does handle an exceptions exceptValidationException
.This is not for form field error handling, it is historical, see related #896 (comment).
There should be no intermediate custom exception handling.
I do not know any demo to reproduce, code for Behat testing must be probably written newly.
code:
ui/src/UserAction/StepExecutorTrait.php
Line 458 in 4844118
The text was updated successfully, but these errors were encountered: