Interface Swift_Events_TransportExceptionListener
| Extends | Swift_Events_EventListener |
|---|---|
| Implemented by | Swift_Plugins_LoggerPlugin |
Listens for Exceptions thrown from within the Transport system.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| exceptionThrown() | Invoked as a TransportException is thrown in the Transport system. | Swift_Events_TransportExceptionListener |
Method Details
Invoked as a TransportException is thrown in the Transport system.
| public abstract void exceptionThrown ( Swift_Events_TransportExceptionEvent $evt ) | ||
| $evt | Swift_Events_TransportExceptionEvent | |