Remove dynamic exceptions
[anna.git] / source / app / functions.cpp
index e67d8b8..b345559 100644 (file)
@@ -12,7 +12,7 @@
 using namespace anna;
 
 app::Application& app::functions::getApp()
-throw(RuntimeException) {
+noexcept(false) {
   if(Application::st_application == NULL)
     throw RuntimeException("No application class has been defined", ANNA_FILE_LOCATION);