From f2d2839d0efc610a5bf848cb4cc7d04e3d05e72d Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 01:11:14 -0500 Subject: [PATCH] Added SymlinkException --- src/ncc/Exceptions/SymlinkException.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/ncc/Exceptions/SymlinkException.php diff --git a/src/ncc/Exceptions/SymlinkException.php b/src/ncc/Exceptions/SymlinkException.php new file mode 100644 index 0000000..5a315eb --- /dev/null +++ b/src/ncc/Exceptions/SymlinkException.php @@ -0,0 +1,20 @@ +message = $message; + } + } \ No newline at end of file