From cffed44f96361fe2a9f4189a9bf5c2afa654db9a Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 30 Jan 2025 00:28:33 -0500 Subject: [PATCH] Added MissingArgumentException that extends StandardException --- .../Standard/MissingArgumentException.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/Socialbox/Exceptions/Standard/MissingArgumentException.php diff --git a/src/Socialbox/Exceptions/Standard/MissingArgumentException.php b/src/Socialbox/Exceptions/Standard/MissingArgumentException.php new file mode 100644 index 0000000..2552c85 --- /dev/null +++ b/src/Socialbox/Exceptions/Standard/MissingArgumentException.php @@ -0,0 +1,18 @@ +