1: <?php
2: /**
3: * Copyright 2000-2012 Horde LLC (http://www.horde.org/)
4: *
5: * See the enclosed file COPYING for license information (GPL). If you
6: * did not receive this file, see http://www.horde.org/licenses/gpl.
7: *
8: * @author Chuck Hagenbuch <chuck@horde.org>
9: * @package Chora
10: */
11: class Chora_Exception extends Horde_Exception_Wrapped
12: {
13: }
14: