![]() |
TYPO3
7.6
|
Public Member Functions | |
| __construct (Swift_Transport $transport, Swift_TransportException $ex) | |
| getException () | |
Public Member Functions inherited from Swift_Events_EventObject | |
| __construct ($source) | |
| getSource () | |
| cancelBubble ($cancel=true) | |
| bubbleCancelled () | |
Private Attributes | |
| $_exception | |
Generated when a TransportException is thrown from the Transport system.
Definition at line 16 of file TransportExceptionEvent.php.
| __construct | ( | Swift_Transport | $transport, |
| Swift_TransportException | $ex | ||
| ) |
Create a new TransportExceptionEvent for $transport.
| Swift_Transport | $transport | |
| Swift_TransportException | $ex |
Definition at line 31 of file TransportExceptionEvent.php.
| getException | ( | ) |
Get the TransportException thrown.
Definition at line 42 of file TransportExceptionEvent.php.
References $_exception.
Referenced by Swift_Plugins_LoggerPlugin\exceptionThrown().
|
private |
Definition at line 23 of file TransportExceptionEvent.php.
Referenced by getException().
1.8.3