rewritten url update

This commit is contained in:
Etienne Roudeix
2013-12-06 16:35:14 +01:00
parent c703f25f73
commit 14e7181d06
2 changed files with 72 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class UrlRewritingException extends \Exception
{
const UNKNOWN_EXCEPTION = 0;
const URL_ALREADY_EXISTS = 100;
const URL_NOT_FOUND = 404;
const RESOLVER_NULL_SEARCH = 800;