Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-file/src/Transfer/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-file/src/Transfer/Exception/ExceptionInterface.php

<?php

namespace Laminas\File\Transfer\Exception;

use Laminas\File\Exception\ExceptionInterface as FileException;

/**
 * Exception class for Laminas\File\Transfer
 *
 * @deprecated since 2.7.0, and scheduled for removal with 3.0.0
 */
interface ExceptionInterface extends FileException
{
}