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

Update panic message for unexpected parameter count #70

Merged
merged 1 commit into from Oct 23, 2023

Conversation

GerardVivancos
Copy link
Contributor

Update panic message when the amount of parameters does not match expectations.

A small change, but when I triggered this panic from my application I was confused because I had defined one parameter but failed to supply it and got this:

Too many parameters have been supplied. Expecting '1' but got '0'

Update panic message when the amount of parameters does not match expectations
@qmuntal
Copy link
Owner

qmuntal commented Oct 23, 2023

Thanks, it makes sense.

@qmuntal qmuntal merged commit 16bd277 into qmuntal:master Oct 23, 2023
10 checks passed
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.

None yet

2 participants