IOException.php
Same filename in this branch
Namespace
PhpTuf\ComposerStager\API\ExceptionFile
-
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. |