You are here

IOException.php in Drupal 7 to 8/9 Module Upgrader 8

File

src/IOException.php
View source
<?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 {

}

Classes

Namesort descending Description
IOException Exception thrown when an unexpected condition is encountered during an I/O operation (opening or saving a source file).