1: <?php
2: /**
3: * Copyright 2009-2012 Horde LLC (http://www.horde.org/)
4: *
5: * See the enclosed file COPYING for license information (LGPL). If you
6: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
7: *
8: * @category Horde
9: * @package Date
10: */
11:
12: /**
13: * @category Horde
14: * @package Date
15: */
16: class Horde_Date_Repeater_Exception extends Exception
17: {
18: }
19: