oxcookieexception.php

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