1: <?php
2: /**
3: * Base exception class for Mnemo.
4: *
5: * Copyright 2009-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file LICENSE for license information (ASL). If you
8: * did not receive this file, see http://www.horde.org/licenses/apache.
9: *
10: * @author Michael J. Rubinsky <mrubinsk@horde.org>
11: * @package Mnemo
12: */
13: class Mnemo_Exception extends Horde_Exception_Wrapped
14: {
15: }
16: