Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Archiver / ArchiverException.php
diff --git a/web/core/lib/Drupal/Core/Archiver/ArchiverException.php b/web/core/lib/Drupal/Core/Archiver/ArchiverException.php
new file mode 100644 (file)
index 0000000..b1ad0b6
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Archiver;
+
+/**
+ * Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
+ */
+class ArchiverException extends \Exception {}