00001 <?php 00026 require_once 'Zend/Crypt/Exception.php'; 00027 00034 class Zend_Crypt_DiffieHellman_Exception extends Zend_Crypt_Exception 00035 { 00036 }