Fragen\GitHub_Updater\Rest_Upgrader_Skin::error PHP Method

error() public method

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);
    }