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