File: platform/classes/Db/Exception.php
<?php
/**
* @module Db
*/
class Db_Exception extends Q_Exception
{
/**
* Represents a complex exception thrown in Db. It may contain more details.
* @class Db_Exception
* @constructor
* @extends Q_Exception
*/
}