PHP Interface fXmlRpc\Exception\ExceptionInterface

Datei anzeigen Open project: lstrojny/fxmlrpc

Public Methods

Method Description
getCode ( ) : mixed
getFile ( ) : string
getLine ( ) : integer
getMessage ( ) : string
getPrevious ( ) : Exceptio\Exception | null
getTrace ( ) : array
getTraceAsString ( ) : string

Method Details

getCode() public method

public getCode ( ) : mixed
return mixed

getFile() public method

public getFile ( ) : string
return string

getLine() public method

public getLine ( ) : integer
return integer

getMessage() public method

public getMessage ( ) : string
return string

getPrevious() public method

public getPrevious ( ) : Exceptio\Exception | null
return Exceptio\Exception | null

getTrace() public method

public getTrace ( ) : array
return array

getTraceAsString() public method

public getTraceAsString ( ) : string
return string