Skip to content

Commit

Permalink
Add Bitrix24Accounts documentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mesilov committed Jul 7, 2024
1 parent 075a612 commit c98cbd7
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

declare(strict_types=1);

namespace Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Exceptions;

use Bitrix24\SDK\Core\Exceptions\BaseException;

class Bitrix24AccountNotFoundException extends BaseException
{
}

0 comments on commit c98cbd7

Please sign in to comment.