Remove dynamic exceptions
[anna.git] / source / timex / Clock.cpp
index 60f9e41..b8a0965 100644 (file)
@@ -17,7 +17,7 @@ anna::timex::Clock::Clock(const char* name, const Millisecond & timeout) :
 }
 
 void anna::timex::Clock::expire(timex::Engine* timeController)
-throw(RuntimeException) {
+noexcept(false) {
   bool moreTick = true;
 
   try {