We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820629 commit 10d41a4Copy full SHA for 10d41a4
ButtonBuilder.php
@@ -498,7 +498,7 @@ public function setMethod($method)
498
*/
499
public function setRequestHandler(RequestHandlerInterface $requestHandler)
500
{
501
- throw new BadMethodCallException('Buttons do not support form processors.');
+ throw new BadMethodCallException('Buttons do not support request handlers.');
502
}
503
504
/**
0 commit comments