IOException.php 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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 {}