public function Archive_Tar::_warning

public Archive_Tar::_warning($p_message)

Parameters

string $p_message:

File

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

Class

Archive_Tar

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.tar.inc/function/Archive_Tar::_warning/7.x