Changeset 6550
- Timestamp:
- 12/17/07 19:46:17 (7 months ago)
- Files:
-
- trunk/lib/exception/sfException.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/exception/sfException.class.php
r6522 r6550 46 46 * @param Exception An Exception instance 47 47 */ 48 public function setWrappedException( $e)48 public function setWrappedException(Exception $e) 49 49 { 50 50 $this->wrappedException = $e;