The Yar_Server_Exception classIntroductionIf service threw exceptions, A Yar_Server_Exception will be threw in client side. Class synopsisYar_Server_Exception
class Yar_Server_Exception
extends
Exception
{
/* Properties */
protected
$_type;
/* Methods */
public string getType()
/* Inherited methods */
final public string Exception::getMessage()
final public Throwablenull Exception::getPrevious()
final public int Exception::getCode()
final public string Exception::getFile()
final public int Exception::getLine()
final public array Exception::getTrace()
final public string Exception::getTraceAsString()
public string Exception::__toString()
private void Exception::__clone()
}Properties
|