From 2c6c0e6e55198c0d28e210c308b8ff59ba997f16 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Thu, 22 Dec 2022 18:58:26 -0300 Subject: [PATCH] Added exceptions with base numbering 300 --- src/Database/Exception.php | 11 +++++++++++ src/Exception/BlankResult.php | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/Database/Exception.php create mode 100644 src/Exception/BlankResult.php diff --git a/src/Database/Exception.php b/src/Database/Exception.php new file mode 100644 index 0000000..c71a39a --- /dev/null +++ b/src/Database/Exception.php @@ -0,0 +1,11 @@ +