Yar
PHP Manual

The Yar_Server_Exception class

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

If service threw exceptions, A Yar_Server_Exception will be threw in client side.

Sinopsis de la Clase

Yar_Server_Exception extends Exception {
/* Propiedades */
protected $_type ;
/* Métodos */
public string getType ( void )
/* Métodos heredados */
final public string Exception::getMessage ( void )
final public Exception Exception::getPrevious ( void )
final public mixed Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}

Propiedades

message

code

file

line

_type

Tabla de contenidos


Yar
PHP Manual