class_SavePathReadProtectedException.php

Go to the documentation of this file.
00001 <?php
00024 class SavePathReadProtectedException extends DatabaseException {
00032         public function __construct ($path, $code) {
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         }
00039 }
00040 
00041 // [EOF]
00042 ?>

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