The Yaf_Exception_LoadFailed class

(Yaf >=1.0.0)

Introduction

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.

Class synopsis

class Yaf_Exception_LoadFailed extends Yaf_Exception {
/* Properties */
/* Methods */
/* Inherited methods */
}
add a note

User Contributed Notes

There are no user contributed notes for this page.