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: throw exception on form submit error #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fdchriswaechter
Copy link
Contributor

During submitForm a default value for $response is set. In case of catch during try the default value will be returned instead of an exception thrown, because of an unknown variable.

in case of catch during try default value will be returned
we want more than a logging when error during form submit occurs
@fdchriswaechter fdchriswaechter changed the title fix: set variable with default value fix: throw exception on form submit error Oct 15, 2024
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.

1 participant