X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2FRuntimeException.hpp;h=d4e2cb4712d6c69c99d8877279f59f4968647d66;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hp=46858b5ebcd7fae4f243910b36931dd428e8ea1d;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/core/RuntimeException.hpp b/include/anna/core/RuntimeException.hpp index 46858b5..d4e2cb4 100644 --- a/include/anna/core/RuntimeException.hpp +++ b/include/anna/core/RuntimeException.hpp @@ -75,7 +75,7 @@ public: /** @return El numero de error con el que se inicio la excepcion. */ - int getErrorNumber() const throw() { return a_errno; } + int getErrorNumber() const { return a_errno; } private: const int a_errno;