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

Represents an exception raised by the Intuit Service.
- Parent(s)
- \IdsException < \Exception
- Children
- \ProtocolException
- \EndpointNotFoundException
- \CommunicationException
- \ServerTooBusyException
- \FaultException
- \ChannelTerminatedException
- \RetryException
- Inherited_from
- \IdsException
Methods

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