Skip to content

Commit

Permalink
Merge pull request #1 from makeroi/patch-10
Browse files Browse the repository at this point in the history
Create AmoCRMApiTooManyRequestsException.php
  • Loading branch information
makeroi authored Jul 10, 2023
2 parents 6eefa28 + be1eb2c commit d497523
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 d497523

Please sign in to comment.