OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxshopexception.php
Go to the documentation of this file.
1 <?php
2 
8 {
15  public function getString()
16  {
17  return __CLASS__ .'-'.parent::getString();
18  }
19 }