The Yaf_Exception class

(Yaf >=1.0.0)

Introduction

Class synopsis

classYaf_ExceptionextendsException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
public__construct()
publicgetPrevious(): void
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Table of Contents

To Top