Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / src / IOException.php
1 <?php
2
3 namespace Drupal\drupalmoduleupgrader;
4
5 /**
6  * Exception thrown when an unexpected condition is encountered during an I/O
7  * operation (opening or saving a source file).
8  */
9 class IOException extends \Exception {}