SavePathReadProtectedException.__construct ( path,
code 
)

The constructor.

Parameters:
$message Message from the exception
$code Code number for the exception
Returns:
void

Reimplemented from DatabaseException.

Definition at line 32 of file class_SavePathReadProtectedException.php.

00032                                                    {
00033                 // Add a message around the missing class
00034                 $message = sprintf("Der Pfad <span class=\"exception_reason\">%s</span> ist lese-gesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
00035 
00036                 // Call parent constructor
00037                 parent::__construct($message, $code);
00038         }


Generated on Mon Dec 8 01:17:28 2008 for Ship-Simulator by  doxygen 1.5.6