Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Archiver / ArchiverException.php
1 <?php
2
3 namespace Drupal\Core\Archiver;
4
5 /**
6  * Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
7  */
8 class ArchiverException extends \Exception {}