aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/exception/no_ssl_exception.rs
blob: dd025c777f3b3d23f2b9aeefa9c80952182d2f01 (plain)
1
2
3
4
5
6
7
//! ref: composer/src/Composer/Exception/NoSslException.php

use shirabe_php_shim::RuntimeException;

/// Specific exception for Composer\Util\HttpDownloader creation.
#[derive(Debug)]
pub struct NoSslException(pub RuntimeException);