1: <?php
2: /**
3: * Exception handler for the horde/Servcie_Weather package.
4: *
5: * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
6: *
7: * @author Michael J Rubinsky <mrubinsk@horde.org>
8: * @category Horde
9: * @license http://www.horde.org/licenses/bsd BSD
10: * @package Service_Weather
11: */
12: class Horde_Service_Weather_Exception_InvalidProperty extends Horde_Service_Weather_Exception
13: {
14: }