1: <?php
2: /**
3: * Copyright 2007 Maintainable Software, LLC
4: * Copyright 2006-2012 Horde LLC (http://www.horde.org/)
5: *
6: * @author Mike Naberezny <mike@maintainable.com>
7: * @author Derek DeVries <derek@maintainable.com>
8: * @author Chuck Hagenbuch <chuck@horde.org>
9: * @license http://www.horde.org/licenses/bsd
10: * @category Horde
11: * @package Db
12: */
13:
14: /**
15: * Db Exception class.
16: *
17: * @author Mike Naberezny <mike@maintainable.com>
18: * @author Derek DeVries <derek@maintainable.com>
19: * @author Chuck Hagenbuch <chuck@horde.org>
20: * @license http://www.horde.org/licenses/bsd
21: * @category Horde
22: * @package Db
23: */
24: class Horde_Db_Exception extends Horde_Exception_Wrapped
25: {
26: }
27: