Zend Framework  1.12
Public Attributes | List of all members
Zend_OpenId_Exception Class Reference

Public Attributes

const UNSUPPORTED_DIGEST = 1
 The specified digest algotithm is not supported by this PHP installation.
 
const UNSUPPORTED_LONG_MATH = 2
 The long math arithmetick is not supported by this PHP installation.
 
const ERROR_LONG_MATH = 3
 Internal long math arithmetic error.
 
const ERROR_STORAGE = 4
 Iternal storage error.
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 
- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.
 

Member Data Documentation

const ERROR_LONG_MATH = 3

Internal long math arithmetic error.

const ERROR_STORAGE = 4

Iternal storage error.

const UNSUPPORTED_DIGEST = 1

The specified digest algotithm is not supported by this PHP installation.

const UNSUPPORTED_LONG_MATH = 2

The long math arithmetick is not supported by this PHP installation.