Generated when a TransportException is thrown from the Transport system.

package Swift
subpackage Events
author Chris Corbyn

 Methods

Create a new TransportExceptionEvent for $transport.

__construct(\Swift_Transport $transport, \Swift_TransportException $ex) 

Parameters

$transport

\Swift_Transport

Returns true if this Event will not bubble any further up the stack.

bubbleCancelled() : boolean
Inherited
inherited_from \Swift_Events_EventObject::bubbleCancelled()

Returns

boolean

Prevent this Event from bubbling any further up the stack.

cancelBubble($cancel) 
Inherited
inherited_from \Swift_Events_EventObject::cancelBubble()

Parameters

$cancel

Get the TransportException thrown.

getException() : \Swift_TransportException

Get the source object of this event.

getSource() : object
Inherited
inherited_from \Swift_Events_EventObject::getSource()

Returns

object

 Properties

 

$_bubbleCancelled 
Inherited
inherited_from \Swift_Events_EventObject::$$_bubbleCancelled
 

$_exception : \Swift_TransportException
 

$_source 
Inherited
inherited_from \Swift_Events_EventObject::$$_source