DecryptFailed
Less than 1 minute
DecryptFailed
Exception thrown when decryption of an HTTP response body fails.
class DecryptFailed extends \Hazaar\HTTP\Exception\ExceptionUsed 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 Tue, 21 Apr 2026 04:00:25 +0000