Development

Changeset 6974

You must first sign up to be able to contribute.

Changeset 6974

Show
Ignore:
Timestamp:
01/06/08 16:50:56 (2 years 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 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.