PHP 8.6.0 Beta 3 is available for testing

The Yaf_Exception_RouterFailed class

(Yaf >=1.0.0)

Introduzione

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

Sommario della classe

class Yaf_Exception_RouterFailed extends Yaf_Exception {
/* Proprietà */
/* Metodi */
/* Metodi ereditati */
}
add a note

User Contributed Notes

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