<?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 {}
