Exception/SdkExceptions/InvalidParameterException.php
- Package
- Default
\InvalidParameterException
Package: Default

Represents an Exception raised when an invalid realm id is encountered.
- Parent(s)
- \SdkException < \IdsException < \Exception
- Inherited_from
- \SdkException
Methods


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