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