The Yaf_Exception_StartupError class
Guide
Edit on GitHub ✎
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.
Intro
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.
Class synopsis
class Yaf_Exception_StartupError { }