00001 <?php 00002 00007 class oxShopException extends oxException 00008 { 00015 public function getString() 00016 { 00017 return __CLASS__ .'-'.parent::getString(); 00018 } 00019 }