exception documentation
class ROSInterruptException(ROSException, KeyboardInterrupt):
Known subclasses: niryo_libraries.rospy.exceptions.ROSTimeMovedBackwardsException
Exception for operations that interrupted, e.g. due to shutdown.
This is a subclass of both L{ROSException} and KeyboardInterrupt so that it can be used in logic tht expects either.