FailConnect
Less than 1 minute
FailConnect
Exception thrown when a mail transport connection fails.
class FailConnect extends \Hazaar\Mail\Transport\Exception\ExceptionRepresents an error that occurs during the connection phase of a mail transport operation, providing a message and error type.
Methods
__construct
Constructs a new FailConnect exception for mail transport errors.
public __construct(string $message, int $type): voidFormats the error message with the provided type and message, indicating the nature of the transport failure.
Parameters
| Parameter | Type | Description |
|---|---|---|
$message | string | detailed error message describing the connection failure |
$type | int | numeric error type or code for the transport error |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:23 +0000