The Yaf_Exception_RouterFailed class

(Yaf >=1.0.0)

Einführung

Yaf_Exception_RouterFailed is thrown when routing fails, for instance when no registered route matches the incoming request. Its error code is 513.

Klassenbeschreibung

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

User Contributed Notes

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