class_InvalidMD5ChecksumException.php

Go to the documentation of this file.
00001 <?php
00024 class InvalidMD5ChecksumException extends FrameworkException {
00032         public function __construct (array $msgArray, $code) {
00033                 // Add a message around the missing class
00034                 $message = sprintf("[%s:%d] Die MD5-Pr&uuml;fsummen <span class=\"exception_reason\">%s</span> und <span class=\"exception_reason\">%s</span> stimmen nicht &uuml;berein!",
00035                         $msgArray[0]->__toString(),
00036                         $this->getLine(),
00037                         $msgArray[1],
00038                         $msgArray[2]
00039                 );
00040 
00041                 // Call parent constructor
00042                 parent::__construct($message, $code);
00043         }
00044 }
00045 
00046 // [EOF]
00047 ?>

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