Fragen\GitHub_Updater\Rest_Upgrader_Skin::error PHP Méthode

error() public méthode

Set the error flag to true, then let the base class handle the rest.
public error ( $errors )
$errors
    public function error($errors)
    {
        $this->error = true;
        parent::error($errors);
    }