Exception/SdkException.php
- Package
- Default
\SdkException
Package: Default

Represents an exception raised by the Intuit SDK.
- Parent(s)
- \IdsException < \Exception
- Children
- \SerializationException
- \ServiceReturnedNoInformationException
- \InvalidParameterException
- \RetryExceededException
- \InvalidRealmException
- \InvalidServiceRequestException
- \InvalidTokenException
- \BatchItemsExceededException
- Inherited_from
- \IdsException
Methods


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


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