Source for file exception.php

Documentation is available at exception.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Legacy
  4.  * @subpackage  Database
  5.  *
  6.  * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
  7.  * @license     GNU General Public License version 2 or later; see LICENSE
  8.  */
  9.  
  10. defined('JPATH_PLATFORM'or die;
  11.  
  12. JLog::add('JDatabaseException is deprecated, use SPL Exceptions instead.'JLog::WARNING'deprecated');
  13.  
  14. /**
  15.  * Exception class definition for the Database subpackage.
  16.  *
  17.  * @package     Joomla.Legacy
  18.  * @subpackage  Database
  19.  * @since       11.1
  20.  * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use semantic exceptions instead
  21.  */
  22. class JDatabaseException extends RuntimeException
  23. {
  24. }

Documentation generated on Tue, 19 Nov 2013 15:02:40 +0100 by phpDocumentor 1.4.3