The Yar_Server_Exception class

(No version information available, might only be in Git)

Introduction

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

Class synopsis

classYar_Server_ExceptionextendsException {
protected$_type;
publicgetType(): string
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Properties

message

code

file

line

_type

Table of Contents

To Top