PHP 8.6.0 Beta 3 is available for testing

The Yaf_Exception_StartupError class

(Yaf >=1.0.0)

Giriş

Yaf_Exception_StartupError is thrown when the application fails to start up, i.e. when an error occurs during the initialization of Yaf_Application before routing begins. Its error code is 512.

Sınıf Sözdizimi

class Yaf_Exception_StartupError extends Yaf_Exception {
/* Özellikler */
/* Yöntemler */
/* Miras alınan yöntemler */
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top