1: <?php
2: /**
3: * Base exception class for Sesha.
4: *
5: * Copyright 2011 The Horde Project (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (GPL). If you
8: * did not receive this file, see http://www.horde.org/licenses/gpl.
9: *
10: * @package Sesha
11: */
12: class Sesha_Exception extends Horde_Exception_Wrapped
13: {
14: }
15: