PHP Interface fXmlRpc\Exception\ExceptionInterface

Afficher le fichier Open project: lstrojny/fxmlrpc

Méthodes publiques

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

Method Details

getCode() public méthode

public getCode ( ) : mixed
Résultat mixed

getFile() public méthode

public getFile ( ) : string
Résultat string

getLine() public méthode

public getLine ( ) : integer
Résultat integer

getMessage() public méthode

public getMessage ( ) : string
Résultat string

getPrevious() public méthode

public getPrevious ( ) : Exceptio\Exception | null
Résultat Exceptio\Exception | null

getTrace() public méthode

public getTrace ( ) : array
Résultat array

getTraceAsString() public méthode

public getTraceAsString ( ) : string
Résultat string