PHP 인터페이스 fXmlRpc\Exception\ExceptionInterface

파일 보기 프로젝트 열기: lstrojny/fxmlrpc

공개 메소드들

메소드 설명
getCode ( ) : mixed
getFile ( ) : string
getLine ( ) : integer
getMessage ( ) : string
getPrevious ( ) : Exceptio\Exception | null
getTrace ( ) : array
getTraceAsString ( ) : string

메소드 상세

getCode() 공개 메소드

public getCode ( ) : mixed
리턴 mixed

getFile() 공개 메소드

public getFile ( ) : string
리턴 string

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getPrevious() 공개 메소드

public getPrevious ( ) : Exceptio\Exception | null
리턴 Exceptio\Exception | null

getTrace() 공개 메소드

public getTrace ( ) : array
리턴 array

getTraceAsString() 공개 메소드

public getTraceAsString ( ) : string
리턴 string