ArchiverException.php
Namespace
Drupal\Core\ArchiverFile
-
core/
lib/ Drupal/ Core/ Archiver/ ArchiverException.php
View source
<?php
namespace Drupal\Core\Archiver;
@trigger_error('\\Drupal\\Core\\Archiver\\ArchiverException is deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3556927', E_USER_DEPRECATED);
/**
* Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
*
* @deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. There is no
* replacement.
*
* @see https://www.drupal.org/node/3556927
*/
class ArchiverException extends \Exception {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ArchiverException | in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. |
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.