16 lines
405 B
PHP
16 lines
405 B
PHP
<?php
|
|
/**
|
|
* Exception class for the Horde_Timezone library.
|
|
*
|
|
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file COPYING for license information (LGPL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
|
|
*
|
|
* @author Jan Schneider <jan@horde.org>
|
|
* @package Timezone
|
|
*/
|
|
class Horde_Timezone_Exception extends Horde_Exception_Wrapped
|
|
{
|
|
}
|