Zend Framework
1.12
|
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 | |
![]() | |
__construct ($msg= '', $code=0, Exception $previous=null) | |
Construct the exception. | |
__call ($method, array $args) | |
Overloading. | |
__toString () | |
String representation of the exception. | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
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.