From b546fbdb2db838cd6fa5e3d4e1fc7ae10b1c7dae Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 May 2026 23:51:48 +0900 Subject: feat(port): port PerforceDriver.php --- crates/shirabe-php-shim/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates/shirabe-php-shim/src') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 95dbd4d..0adb17b 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -89,6 +89,12 @@ pub struct LogicException { pub code: i64, } +#[derive(Debug)] +pub struct BadMethodCallException { + pub message: String, + pub code: i64, +} + #[derive(Debug)] pub struct ErrorException { pub message: String, -- cgit v1.3.1