IOException.php 221 Bytes
<?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 {}