1: <?php 2: require_once dirname(__FILE__).'/../Exception.php'; 3: 4: class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception 5: { 6: } 7: