Changeset 6974
- Timestamp:
- 01/06/08 16:50:56 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/routing/sfPatternRouting.class.php
r6663 r6974 601 601 $this->currentRouteParameters = null; 602 602 603 throw new sfError404Exception( 'No matching route found');603 throw new sfError404Exception(sprintf('No matching route found for "%s"', $url)); 604 604 } 605 605