exception documentation

class ROSInterruptException(ROSException, KeyboardInterrupt):

Known subclasses: niryo_libraries.rospy.exceptions.ROSTimeMovedBackwardsException

View In Hierarchy

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.