From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- src/Execution/TrapException.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/Execution/TrapException.php (limited to 'src/Execution/TrapException.php') diff --git a/src/Execution/TrapException.php b/src/Execution/TrapException.php deleted file mode 100644 index 3e6a440..0000000 --- a/src/Execution/TrapException.php +++ /dev/null @@ -1,28 +0,0 @@ -trapKind = $trapKind; - } - - public function getTrapKind(): TrapKind - { - return $this->trapKind; - } -} -- cgit v1.2.3-70-g09d2