FOF30\Toolbar\Exception\MissingAttribute::__construct PHP Метод

__construct() публичный Метод

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