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