Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / src / IOException.php
diff --git a/web/modules/contrib/drupalmoduleupgrader/src/IOException.php b/web/modules/contrib/drupalmoduleupgrader/src/IOException.php
new file mode 100644 (file)
index 0000000..4fca723
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+namespace Drupal\drupalmoduleupgrader;
+
+/**
+ * Exception thrown when an unexpected condition is encountered during an I/O
+ * operation (opening or saving a source file).
+ */
+class IOException extends \Exception {}