class IOException in Drupal 7 to 8/9 Module Upgrader 8
Exception thrown when an unexpected condition is encountered during an I/O operation (opening or saving a source file).
Hierarchy
- class \Drupal\drupalmoduleupgrader\IOException extends \Drupal\drupalmoduleupgrader\Exception
Expanded class hierarchy of IOException
2 files declare their use of IOException
- FormCallbackToMethodTest.php in tests/
src/ Unit/ Plugin/ DMU/ Fixer/ FormCallbackToMethodTest.php - ImplementTest.php in tests/
src/ Unit/ Plugin/ DMU/ Fixer/ ImplementTest.php
File
- src/
IOException.php, line 9
Namespace
Drupal\drupalmoduleupgraderView source
class IOException extends \Exception {
}