Development

Changeset 6550

You must first sign up to be able to contribute.

Changeset 6550

Show
Ignore:
Timestamp:
12/17/07 19:46:17 (7 months ago)
Author:
fabien
Message:

fixed method signature

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/exception/sfException.class.php

    r6522 r6550  
    4646   * @param Exception An Exception instance 
    4747   */ 
    48   public function setWrappedException($e) 
     48  public function setWrappedException(Exception $e) 
    4949  { 
    5050    $this->wrappedException = $e;