Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that addRoute must raise exception
Per zendframework#189, `addRoute()` **MUST** raise a `RuntimeException` if called after either `match()` or `generateUri()` have been called, to ensure the router state does not change between invocations.
- Loading branch information