Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

IOException.php

Same filename in this branch
  1. 11.1.x vendor/symfony/filesystem/Exception/IOException.php

Namespace

PhpTuf\ComposerStager\API\Exception

File

vendor/php-tuf/composer-stager/src/API/Exception/IOException.php

View source
<?php

declare (strict_types=1);
namespace PhpTuf\ComposerStager\API\Exception;

use Exception as PhpException;

/**
 * This exception represents a device error, such as a failed filesystem operation.
 *
 * @package Exception
 *
 * @api This class is subject to our backward compatibility promise and may be safely depended upon.
 */
class IOException extends PhpException implements ExceptionInterface {
    use TranslatableExceptionTrait;

}

Classes

Title Deprecated Summary
IOException This exception represents a device error, such as a failed filesystem operation.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal