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

Represents an Exception raised when the communicating channel was terminated due to an unknown error.
- Parent(s)
- \ServiceException < \IdsException < \Exception
- Inherited_from
- \ServiceException
Methods


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