The constructor.
Reimplemented from DatabaseException. Definition at line 32 of file class_SavePathIsNoDirectoryException.php. 00032 { 00033 // Add a message around the missing class 00034 $message = sprintf("Der angegebene Speicherpfad <span class=\"exception_reason\">%s</span> ist ungütig (kein Pfad).", $path); 00035 00036 // Call parent constructor 00037 parent::__construct($message, $code); 00038 }
|
1.5.6