FOF30\Toolbar\Exception\UnknownButtonType::__construct PHP Method

__construct() public method

public __construct ( $buttonType, $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($buttonType, $code = 500, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_TOOLBAR_ERR_UNKNOWNBUTTONTYPE', $buttonType);
        parent::__construct($message, $code, $previous);
    }
UnknownButtonType