Definition at line 25 of file class_MissingSimulatorIdException.php. References FrameworkException.__toString(). 00025 { 00026 // Add a message around the missing class 00027 $message = sprintf("[%s:] Die Simulator-ID <span class=\"exception_reason\">%s</span> scheint ungültig zu sein.", 00028 $classArray[0]->__toString(), 00029 $classArray[1] 00030 ); 00031 00032 // Call parent constructor 00033 parent::__construct($message, $code); 00034 }
Here is the call graph for this function:
![]()
|
1.5.6