PHP 8.6.0 Beta 3 is available for testing

The Yaf_Exception_LoadFailed class

(Yaf >=1.0.0)

Einführung

Yaf_Exception_LoadFailed is thrown when the loader fails to load a required script. Its error code is 520. The more specific failures are represented by its subclasses Yaf_Exception_LoadFailed_Module, Yaf_Exception_LoadFailed_Controller, Yaf_Exception_LoadFailed_Action and Yaf_Exception_LoadFailed_View.

Klassenbeschreibung

class Yaf_Exception_LoadFailed extends Yaf_Exception {
/* Eigenschaften */
/* Methoden */
/* Geerbte Methoden */
}
add a note

User Contributed Notes

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