/**
* Fetch the HTML for the button
*
* @param string $type Unused string.
*
* @return void
*
* @since 3.0
*
* @deprecated 5.0 Use render() instead.
* @throws \LogicException
*/
public function fetchButton($type = 'Basic')
{
throw new \LogicException('This is a new button in 4.0, please use render() instead.');
}