From c98cbd7025067a87ab0c1279e5433f1734f74271 Mon Sep 17 00:00:00 2001 From: mesilov Date: Sun, 7 Jul 2024 23:25:51 +0600 Subject: [PATCH] Add Bitrix24Accounts documentation Created a new documentation file for the Bitrix24Accounts in the Application Contracts. This documentation includes an account state diagram and a detailed breakdown of repository methods. Each method is explained with its associated use cases to aid in understanding and implementation. Signed-off-by: mesilov --- .../Exceptions/Bitrix24AccountNotFoundException.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Application/Contracts/Bitrix24Accounts/Exceptions/Bitrix24AccountNotFoundException.php diff --git a/src/Application/Contracts/Bitrix24Accounts/Exceptions/Bitrix24AccountNotFoundException.php b/src/Application/Contracts/Bitrix24Accounts/Exceptions/Bitrix24AccountNotFoundException.php new file mode 100644 index 00000000..c785f261 --- /dev/null +++ b/src/Application/Contracts/Bitrix24Accounts/Exceptions/Bitrix24AccountNotFoundException.php @@ -0,0 +1,11 @@ +