Interface Swift_Events_TransportExceptionListener

ExtendsSwift_Events_EventListener
Implemented bySwift_Plugins_LoggerPlugin

Listens for Exceptions thrown from within the Transport system.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
exceptionThrown() Invoked as a TransportException is thrown in the Transport system. Swift_Events_TransportExceptionListener

Method Details

exceptionThrown() public abstract method

Invoked as a TransportException is thrown in the Transport system.

public abstract void exceptionThrown ( Swift_Events_TransportExceptionEvent $evt )
$evt Swift_Events_TransportExceptionEvent