class_NoArrayException.php

Go to the documentation of this file.
00001 <?php
00022 class NoArrayException extends FrameworkException {
00030         public function __construct ($string, $code) {
00031                 // Add a message around the missing class
00032                 $message = sprintf("<span class=\"exception_reason\">%s</span> ist kein Array!",
00033                         $string
00034                 );
00035 
00036                 // Call parent constructor
00037                 parent::__construct($message, $code);
00038         }
00039 }
00040 
00041 // [EOF]
00042 ?>

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