API Documentation

OpenId/Exception.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_OpenId
version
$Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_OpenId_Exception

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_OpenId_Exception

Extends from
Zend_Exception
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_OpenId
Constants
UNSUPPORTED_DIGEST
UNSUPPORTED_LONG_MATH
ERROR_LONG_MATH
ERROR_STORAGE

Description

Exception class for Zend_OpenId

Constants

UNSUPPORTED_DIGEST

 UNSUPPORTED_DIGEST = '1'

The specified digest algotithm is not supported by this PHP installation

Details

value
1

UNSUPPORTED_LONG_MATH

 UNSUPPORTED_LONG_MATH = '2'

The long math arithmetick is not supported by this PHP installation

Details

value
2

ERROR_LONG_MATH

 ERROR_LONG_MATH = '3'

Internal long math arithmetic error

Details

value
3

ERROR_STORAGE

 ERROR_STORAGE = '4'

Iternal storage error

Details

value
4
Documentation was generated by DocBlox.