readConfig("lang_base_path") )); } catch (LanguagePathIsEmptyException $e) { ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: %s", $e->getMessage() )); } catch (InvalidLanguagePathStringException $e) { ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: %s", $e->getMessage() )); } catch (LanguagePathIsNoDirectoryException $e) { ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: %s", $e->getMessage() )); } catch (LanguagePathReadProtectedException $e) { ApplicationEntryPoint::app_die(sprintf("[Main:] Sprachsystem konnte nicht initialisiert werden. Reason: %s", $e->getMessage() )); } // [EOF] ?>