You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
642 B
25 lines
642 B
2 years ago
|
<?php
|
||
|
/**
|
||
|
* Copyright 2014-2017 Horde LLC (http://www.horde.org/)
|
||
|
*
|
||
|
* See the enclosed file COPYING for license information (BSD). If you
|
||
|
* did not receive this file, see http://www.horde.org/licenses/bsd.
|
||
|
*
|
||
|
* @author Michael Slusarz <slusarz@horde.org>
|
||
|
* @category Horde
|
||
|
* @license http://www.horde.org/licenses/bsd BSD
|
||
|
* @package Idna
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Exception class for the Horde_Idna package.
|
||
|
*
|
||
|
* @author Michael Slusarz <slusarz@horde.org>
|
||
|
* @category Horde
|
||
|
* @copyright 2014-2017 Horde LLC
|
||
|
* @license http://www.horde.org/licenses/bsd BSD
|
||
|
* @package Idna
|
||
|
*/
|
||
|
class Horde_Idna_Exception extends Horde_Exception
|
||
|
{}
|