PHP 8.6.0 Beta 3 is available for testing

The Yaf_Exception_DispatchFailed class

(Yaf >=1.0.0)

Einführung

Yaf_Exception_DispatchFailed is thrown when the dispatcher fails to dispatch the routed request to a controller action. Its error code is 514.

Klassenbeschreibung

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

User Contributed Notes

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