php8.5
Home/ Manual/ reference / yaf/ The Yaf_Exception class

The Yaf_Exception class

Yaf_Exception is the base class of all exceptions thrown by Yaf. Every other Yaf exception class extends it.

Intro

Yaf_Exception is the base class of all exceptions thrown by Yaf. Every other Yaf exception class extends it.

It extends RuntimeException when the SPL extension is loaded, and the built-in Exception otherwise. Exceptions raised by Yaf carry an error code that identifies the type of failure.

Class synopsis

class Yaf_Exception { }

Yaf-exception

Source: reference/yaf/yaf-exception.xml · from the official PHP manual (php/doc-en)