Remove dynamic exceptions
[anna.git] / source / core / util / TextVariable.cpp
index a367376..4727f9f 100644 (file)
@@ -17,7 +17,7 @@ TextVariable::TextVariable(const char* name, const Type::_v type, const anna::St
 }
 
 const char* TextVariable::compose(DataBlock& buffer) const
-throw(RuntimeException) {
+noexcept(false) {
   if(Variable::isNull() == true)
     throw RuntimeException(asString(), ANNA_FILE_LOCATION);