PHP 클래스 Swift_Events_TransportExceptionEvent, Halite

저자: Chris Corbyn
상속: extends Swift_Events_EventObject
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Swift_Transport $transport, Swift_TransportException $ex ) Create a new TransportExceptionEvent for $transport.
getException ( ) : Swift_TransportException Get the TransportException thrown.

메소드 상세

__construct() 공개 메소드

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

getException() 공개 메소드

Get the TransportException thrown.
public getException ( ) : Swift_TransportException
리턴 Swift_TransportException