exceptions.py
Go to the documentation of this file.
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


rocon_python_utils
Author(s): Daniel Stonier
autogenerated on Fri May 2 2014 10:35:39