Skip to content

Commit

Permalink
Create AmoCRMApiTooManyRequestsException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
makeroi authored Jul 10, 2023
1 parent d68301f commit be1eb2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AmoCRM/Exceptions/AmoCRMApiTooManyRequestsException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace AmoCRM\Exceptions;

/**
* Class AmoCRMApiHttpClientException
*
* Выбрасывается в случае ответа от сервера с кодом 429
*
* @package AmoCRM\Exceptions
*/
class AmoCRMApiTooManyRequestsException extends AmoCRMApiHttpClientException
{
}

0 comments on commit be1eb2c

Please sign in to comment.