Source for file Exceptions.php
Documentation is available at Exceptions.php
* @copyright Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.
* Base class for all MIPHPF exceptions
* Use it in a catch block if you want to catch any MIPHPF exception
* @copyright Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.
* Database operation exception
* @copyright Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.
* The actual database error code
public function __construct($message, $code, $dbCode =
0, $query =
'')
parent::__construct($message .
' (' .
$query .
')', $code);
* Returns the actual db error code
* Configuration exception
* @copyright Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.
Documentation generated on Thu, 08 May 2008 16:57:27 +0300 by phpDocumentor 1.4.1