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