Definition at line 25 of file class_ShipPartNotConstructableException.php. 00025 { 00026 // Add a message around the missing class 00027 $message = sprintf("Schiffteil <span class=\"exception_reason\">%s</span> ist nicht constrierbar!", 00028 $partArray[0] 00029 ); 00030 00031 // Call parent constructor 00032 parent::__construct($message, $code); 00033 }
|
1.5.6