I had this same problem and in my case it was because I removed that class from the file tree -- you'll need to make sure that Zend/Exception.php exists and that it is included at some point --
Code:
include('Zend/Exception.php');
providing that dir is in your include_path