Piwik\Exception\PluginDeactivatedException::__construct PHP Method

__construct() public method

public __construct ( $module )
    public function __construct($module)
    {
        parent::__construct("The plugin {$module} is not enabled. You can activate the plugin on Settings > Plugins page in Piwik.");
    }
PluginDeactivatedException