class_UnsupportedLimitationPartException.php

Go to the documentation of this file.
00001 <?php
00024 class UnsupportedLimitationPartException extends FrameworkException {
00025         public function __construct ($str, $code) {
00026                 // Add a message around the missing class
00027                 $message = sprintf("Limitierungsinformation <span class=\"exception_reason\">%s</span> wird derzeit nicht unterst&uuml;tzt.", $str);
00028 
00029                 // Call parent constructor
00030                 parent::__construct($message, $code);
00031         }
00032 }
00033 
00034 // [EOF]
00035 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6