00001 #!/usr/bin/env python 00002 # 00003 # License: BSD 00004 # https://raw.github.com/robotics-in-concert/rocon_tools/license/LICENSE 00005 # 00006 ############################################################################## 00007 # Exceptions 00008 ############################################################################## 00009 00010 00011 class TimeoutExpiredError(Exception): 00012 pass