class IrrecoverableDownloadException
@author Jordi Boggiano <j.boggiano@seld.be>
Hierarchy
- class \Composer\Exception\IrrecoverableDownloadException extends \Composer\Exception\RuntimeException
Expanded class hierarchy of IrrecoverableDownloadException
3 files declare their use of IrrecoverableDownloadException
- DownloadManager.php in vendor/
composer/ composer/ src/ Composer/ Downloader/ DownloadManager.php - FileDownloader.php in vendor/
composer/ composer/ src/ Composer/ Downloader/ FileDownloader.php - HttpDownloader.php in vendor/
composer/ composer/ src/ Composer/ Util/ HttpDownloader.php
File
-
vendor/
composer/ composer/ src/ Composer/ Exception/ IrrecoverableDownloadException.php, line 18
Namespace
Composer\ExceptionView source
class IrrecoverableDownloadException extends \RuntimeException {
}