/home/bonphmya/geseroff.online/wp-content/plugins/gdpr-framework/src/Admin/AdminError.php
<?php


namespace Codelight\GDPR\Admin;

class AdminError extends AdminNotice
{
    public function render()
    {
        if (!$this->template) {
            return;
        }

        echo gdpr('view')->render($this->template, $this->data);
    }
}