More code merged from ship-simu
[mailer.git] / inc / classes / main / database / class_BaseDatabaseFrontend.php
index 3207831572231f672a0b4953472ae2adea42d22e..cdf894fc04a0428758b2274ec8e3665e59d7372b 100644 (file)
@@ -23,6 +23,9 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 abstract class BaseDatabaseFrontend extends BaseFrameworkSystem implements DatabaseFrontendInterface, LimitableObject {
+       // Constants for exceptions
+       const EXCEPTION_SQL_QUERY = 0xc00;
+
        /**
         * The limiter instance
         */