Commit 00d1493c authored by Fabio Vitello's avatar Fabio Vitello
Browse files

#588 Added diagnostic information about the raised exception

parent 966a08d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ throw (MinorServoErrors::SetupErrorExImpl)
        THROW_EX(MinorServoErrors, SetupErrorEx, sce.what(), false);
    }catch(...){
        m_servo_status.starting = false;
        THROW_EX(MinorServoErrors, SetupErrorEx, "Cannot conclude setup", false);
        THROW_EX(MinorServoErrors, SetupErrorEx, "Cannot conclude setup >> "+boost::current_exception_diagnostic_information(), false);
    }
}