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