Development

Changeset 6974

You must first sign up to be able to contribute.

Changeset 6974

Show
Ignore:
Timestamp:
01/06/08 16:50:56 (11 months ago)
Author:
fabien
Message:

added URL in routing 404 error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/routing/sfPatternRouting.class.php

    r6663 r6974  
    601601      $this->currentRouteParameters = null; 
    602602 
    603       throw new sfError404Exception('No matching route found'); 
     603      throw new sfError404Exception(sprintf('No matching route found for "%s"', $url)); 
    604604    } 
    605605