function Archive_Tar::_warning

Parameters

string $p_message:

3 calls to Archive_Tar::_warning()
Archive_Tar::_addFile in modules/system/system.tar.inc
Archive_Tar::_addList in modules/system/system.tar.inc
Archive_Tar::_extractList in modules/system/system.tar.inc

File

modules/system/system.tar.inc, line 812

Class

Archive_Tar

Code

public function _warning($p_message) {
    // Drupal change $this->error_object = $this->raiseError($p_message).
    throw new Exception($p_message);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.