The Yaf_Exception_RouterFailed class
Guide
Edit on GitHub ✎
Yaf_Exception_RouterFailed is thrown when routing fails, for instance when no registered route matches the incoming request. Its error code is 513.
Intro
Yaf_Exception_RouterFailed is thrown when routing fails, for instance when no registered route matches the incoming request. Its error code is 513.
Class synopsis
class Yaf_Exception_RouterFailed { }