00001 <?php 00002 00008 class oxInputException extends oxException 00009 { 00010 00017 public function getString() 00018 { 00019 return __CLASS__ . '-' . parent::getString(); 00020 } 00021 }