|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| __construct (Swift_Transport $transport, Swift_TransportException $ex) | |
| getException () | |
Public Member Functions inherited from Swift_Events_EventObject | |
| __construct ($source) | |
| bubbleCancelled () | |
| cancelBubble ($cancel=true) | |
| getSource () | |
Private Attributes | |
| $_exception | |
Definition at line 20 of file TransportExceptionEvent.php.
| Swift_Events_TransportExceptionEvent::__construct | ( | Swift_Transport | $transport, |
| Swift_TransportException | $ex | ||
| ) |
Create a new TransportExceptionEvent for $transport.
| Swift_Transport | $transport | |
| Swift_TransportException | $ex |
Definition at line 34 of file TransportExceptionEvent.php.
References __construct().

| Swift_Events_TransportExceptionEvent::getException | ( | ) |
Get the TransportException thrown.
Definition at line 45 of file TransportExceptionEvent.php.
References $_exception.
Referenced by Swift_Plugins_LoggerPlugin\exceptionThrown().

|
private |
Definition at line 27 of file TransportExceptionEvent.php.
Referenced by getException().