D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-php83
/
root
/
usr
/
share
/
pear
/
OpenID
/
Store
/
Filename :
Exception.php
back
Copy
<?php /** * OpenID_Store_Exception * * PHP Version 5.2.0+ * * @uses OpenID_Exception * @category Auth * @package OpenID * @author Bill Shupp <hostmaster@shupp.org> * @copyright 2009 Bill Shupp * @license http://www.opensource.org/licenses/bsd-license.php FreeBSD * @link http://github.com/shupp/openid */ /** * Required files */ require_once 'OpenID/Exception.php'; /** * OpenID_Store_Exception * * Store exceptions * * @uses OpenID_Exception * @category Auth * @package OpenID * @author Bill Shupp <hostmaster@shupp.org> * @copyright 2009 Bill Shupp * @license http://www.opensource.org/licenses/bsd-license.php FreeBSD * @link http://github.com/shupp/openid */ class OpenID_Store_Exception extends OpenID_Exception { /** * Database connection failed */ const CONNECT_ERROR = 250; /** * Database table could not be created */ const CREATE_TABLE_ERROR = 251; /** * SQL statement invalid */ const SQL_ERROR = 253; } ?>
Name
Size
Last Modified
Owner
Permissions
Actions
CacheLite.php
8.376
KB
May 20 2024 4:33:40
root
0644
Exception.php
1.014
KB
May 20 2024 4:33:40
root
0644
Interface.php
3.068
KB
May 20 2024 4:33:40
root
0644
MDB2.php
11.021
KB
May 20 2024 4:33:40
root
0644
2017 © D7net | D704T team