mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 23:04:01 +01:00
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
require_once 'Net/IDNA2/Exception.php';
|
|
|
|
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
|
|
{
|
|
}
|