DecryptFailed
Less than 1 minute
DecryptFailed
Exception thrown when decryption of an HTTP response body fails.
class DecryptFailed extends \Hazaar\ExceptionExtends: Hazaar\Exception
Used to indicate that the response body could not be decrypted, typically due to cryptographic errors or invalid data.
Methods
__construct
Constructs a DecryptFailed exception with a descriptive error message.
public __construct(string $errString): voidThis exception is thrown when the HTTP response body cannot be decrypted, providing the underlying error string for context.
Parameters
| Parameter | Type | Description |
|---|---|---|
$errString | string | the error message or reason for decryption failure |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:18 +0000