The Yar_Server_Exception class

Introduction

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

Class synopsis

Yar_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

message

code

file

line

_type

Table of Contents