aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/exception/irrecoverable_download_exception.rs
blob: 35fd915939cddb3c6b1e3ef2c0da76b0d6e5a843 (plain)
1
2
3
4
5
//! ref: composer/src/Composer/Exception/IrrecoverableDownloadException.php

use shirabe_php_shim::RuntimeException;

pub struct IrrecoverableDownloadException(pub RuntimeException);