Exception/ServiceExceptions/RetryException.php
- Package
- Default
\RetryException
Package: Default

Represents an exception raised when applying the retry policy for the Ids service calls.
- Parent(s)
- \ServiceException < \IdsException < \Exception
- Inherited_from
- \ServiceException
Methods

__construct(string $message, string $code = 0) : voidInitializes a new instance of the RetryException 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 |