Exception/SdkExceptions/RetryExceededException.php
- Package
- Default
\RetryExceededException
Package: Default

Represents a Retry Exception.
- Parent(s)
- \SdkException < \IdsException < \Exception
- Inherited_from
- \SdkException
Methods

__construct(string $message, string $code = 0) : voidInitializes a new instance of the RetryExceededException class.
Parameters
| Name | Type | Description |
|---|---|---|
| $message | string | string-based exception description |
| $code | string | exception code |

__construct(string $message, string $code = 0) : voidinherited
Initializes a new instance of the IdsException class.
Inherited from:Parameters
| Name | Type | Description |
|---|---|---|
| $message | string | string-based exception description |
| $code | string | exception code |