summaryrefslogtreecommitdiff
path: root/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php')
-rw-r--r--vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php b/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php
new file mode 100644
index 000000000..43373bd34
--- /dev/null
+++ b/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php
@@ -0,0 +1,5 @@
+<?php declare(strict_types = 1);
+namespace PharIo\Manifest;
+
+class ManifestDocumentMapperException extends \RuntimeException implements Exception {
+}