From 02e3c8170ee6fedc1d7c4129736e38881b768d7d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 May 2026 23:55:22 +0900 Subject: feat(port): port RuleSet.php Co-Authored-By: Claude Sonnet 4.6 --- crates/shirabe-php-shim/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates/shirabe-php-shim') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 0adb17b..27ccb0e 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -95,6 +95,12 @@ pub struct BadMethodCallException { pub code: i64, } +#[derive(Debug)] +pub struct OutOfBoundsException { + pub message: String, + pub code: i64, +} + #[derive(Debug)] pub struct ErrorException { pub message: String, -- cgit v1.3.1