Fragen\GitHub_Updater\Rest_Upgrader_Skin::error PHP 메소드

error() 공개 메소드

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