public function Archive_Tar::_error

public Archive_Tar::_error($p_message)

Parameters

string $p_message:

File

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

Class

Archive_Tar

Code

public function _error($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::_error/7.x