aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin/plugin_blocked_exception.rs
blob: b8f2301a499eb5307bd1b6e577dec6dc483ea907 (plain)
1
2
3
4
5
6
//! ref: composer/src/Composer/Plugin/PluginBlockedException.php

use shirabe_php_shim::UnexpectedValueException;

// TODO(plugin): PluginBlockedException is a part of Plugin API.
pub struct PluginBlockedException(pub UnexpectedValueException);