Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ArchiveTar.php

function ArchiveTar::_warning

File

core/lib/Drupal/Core/Archiver/ArchiveTar.php, line 20

Class

ArchiveTar
Extends Pear's Archive_Tar to use exceptions.

Namespace

Drupal\Core\Archiver

Code

public function _warning($p_message) {
    throw new \Exception($p_message);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal