oxarticleinputexception.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class oxArticleInputException extends oxArticleException
00008 {
00009 
00016     public function getString()
00017     {
00018         return __CLASS__ .'-'.parent::getString();
00019     }
00020 }