PHPUnit_Framework_ExceptionWrapper::getPreviousWrapped PHP Méthode

getPreviousWrapped() public méthode

public getPreviousWrapped ( ) : PHPUnit_Framework_ExceptionWrapper
Résultat PHPUnit_Framework_ExceptionWrapper
    public function getPreviousWrapped()
    {
        return $this->previous;
    }