exceptions.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 
4 class StateError(Exception):
5  pass
6 
7 
8 class StateMachineError(Exception):
9  pass
10 
11 
12 class UserDataError(Exception):
13  pass


flexbe_core
Author(s): Philipp Schillinger
autogenerated on Sun Dec 13 2020 04:01:39