From 623155d96eef3c7eb16cbb2f5654bc8ef999f7d3 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 15 Dec 2022 21:20:33 -0500 Subject: [PATCH] Added exception \ncc\Exceptions > GitTagsException https://git.n64.cc/nosial/ncc/-/issues/28 --- src/ncc/Exceptions/GitTagsException.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/ncc/Exceptions/GitTagsException.php diff --git a/src/ncc/Exceptions/GitTagsException.php b/src/ncc/Exceptions/GitTagsException.php new file mode 100644 index 0000000..385de18 --- /dev/null +++ b/src/ncc/Exceptions/GitTagsException.php @@ -0,0 +1,20 @@ +message = $message; + } + } \ No newline at end of file