POT
POT
POT
Main menu

Download

Forum

SVN

Class: E_OTS_Generic

Source Location: /classes/E_OTS_Generic.php

Class E_OTS_Generic

Class Overview

Generic exception class for general exceptions.

Generic exception class for general exceptions.

Located in /classes/E_OTS_Generic.php [line 20]

Exception
   |
   --E_OTS_ErrorCode
      |
      --E_OTS_Generic
Author(s):
Information Tags:
Version:  0.1.1
Since:  0.1.1
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From E_OTS_ErrorCode

E_OTS_ErrorCode::__construct()
Sets error code.

[ Top ]
Constant Summary
CONNECT_INVALID_DRIVER   Invalid database driver.
CONNECT_NO_DRIVER   No database driver speciffied.
CREATE_ACCOUNT_IMPOSSIBLE   No free account numbers to create account.

[ Top ]
Constants
CONNECT_INVALID_DRIVER = 2 [line 29]

Invalid database driver.

Invalid database driver.

Information Tags:
Version:  0.1.1
Since:  0.1.1

[ Top ]
CONNECT_NO_DRIVER = 1 [line 25]

No database driver speciffied.

No database driver speciffied.

Information Tags:
Version:  0.1.1
Since:  0.1.1

[ Top ]
CREATE_ACCOUNT_IMPOSSIBLE = 3 [line 35]

No free account numbers to create account.

No free account numbers to create account.

API Tags:
Deprecated:  0.1.5. This case won't be used anymore since we use named accounts now.

Information Tags:
Version:  0.1.1
Since:  0.1.1

[ Top ]