Remove dynamic exceptions
[anna.git] / include / anna / timex / Timer.hpp
index 4bd1e39..3ab7954 100644 (file)
@@ -40,7 +40,7 @@ public:
      \return Una cadena con la informacion referenta a este temporizador.
   */
   std::string asString() const
-  throw() {
+  {
     std::string msg("Timer { ");
     msg += TimeEvent::asString();
     msg += " | Name: ";