From e331a3ed908ae94cd16359dd3b5527e3e92e271a Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 13 Sep 2024 13:49:40 -0400 Subject: [PATCH] Add CryptographyException for cryptographic error handling --- .../Exceptions/CryptographyException.php | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Socialbox/Exceptions/CryptographyException.php diff --git a/src/Socialbox/Exceptions/CryptographyException.php b/src/Socialbox/Exceptions/CryptographyException.php new file mode 100644 index 0000000..d82a443 --- /dev/null +++ b/src/Socialbox/Exceptions/CryptographyException.php @@ -0,0 +1,21 @@ +