aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/repository/invalid_repository_exception.rs
blob: 57985192f114897452cee280404fc341401f3de2 (plain)
1
2
3
4
5
6
7
//! ref: composer/src/Composer/Repository/InvalidRepositoryException.php

use shirabe_php_shim::Exception;

/// Exception thrown when a package repository is utterly broken
#[derive(Debug)]
pub struct InvalidRepositoryException(pub Exception);