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.
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: