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 8adfffa commit b691114Copy full SHA for b691114
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