Exception/IdsError.php
- Package
- Default
Package: DefaultRepresents an Exception raised from IDS components.
- Parent(s)
- \Exception
Methods



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