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.core.exceptions.UserDataError
Definition: exceptions.py:12
flexbe_core.core.exceptions.StateError
Definition: exceptions.py:4
flexbe_core.core.exceptions.StateMachineError
Definition: exceptions.py:8


flexbe_core
Author(s): Philipp Schillinger
autogenerated on Fri Jul 21 2023 02:26:05