PHP Class Swift_Events_TransportExceptionEvent, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Events_EventObject
ファイルを表示 Open project: HaliteChallenge/Halite Class Usage Examples

Public Methods

Method Description
__construct ( Swift_Transport $transport, Swift_TransportException $ex ) Create a new TransportExceptionEvent for $transport.
getException ( ) : Swift_TransportException Get the TransportException thrown.

Method Details

__construct() public method

Create a new TransportExceptionEvent for $transport.
public __construct ( Swift_Transport $transport, Swift_TransportException $ex )
$transport Swift_Transport
$ex Swift_TransportException

getException() public method

Get the TransportException thrown.
public getException ( ) : Swift_TransportException
return Swift_TransportException