00001 <?php 00017 class UnsupportedTranslationAid extends TranslationAid { 00018 public function getData() { 00019 throw new TranslationHelperException( 'This translation aid is disabled' ); 00020 } 00021 }