From 48839250146b217e2756ed3c0e624fd341b54d6c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 18 May 2026 01:55:36 +0900 Subject: fix(compile): extract static methods from BasePackage trait --- crates/shirabe/src/plugin/plugin_blocked_exception.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/src/plugin/plugin_blocked_exception.rs') diff --git a/crates/shirabe/src/plugin/plugin_blocked_exception.rs b/crates/shirabe/src/plugin/plugin_blocked_exception.rs index b554b13..cf3c7ce 100644 --- a/crates/shirabe/src/plugin/plugin_blocked_exception.rs +++ b/crates/shirabe/src/plugin/plugin_blocked_exception.rs @@ -3,6 +3,7 @@ use shirabe_php_shim::UnexpectedValueException; // TODO(plugin): PluginBlockedException is a part of Plugin API. +#[derive(Debug)] pub struct PluginBlockedException(pub UnexpectedValueException); impl std::fmt::Display for PluginBlockedException { -- cgit v1.3.1