From 27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 May 2024 12:27:17 +0900 Subject: feat: limit call stack size --- src/Execution/StackOverflowException.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Execution/StackOverflowException.php (limited to 'src/Execution/StackOverflowException.php') diff --git a/src/Execution/StackOverflowException.php b/src/Execution/StackOverflowException.php new file mode 100644 index 0000000..92991e2 --- /dev/null +++ b/src/Execution/StackOverflowException.php @@ -0,0 +1,19 @@ +