Main Page
Namespaces
Classes
Files
File List
src
flexbe_core
core
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.StateError
Definition:
exceptions.py:4
flexbe_core.core.exceptions.StateMachineError
Definition:
exceptions.py:8
flexbe_core.core.exceptions.UserDataError
Definition:
exceptions.py:12
flexbe_core
Author(s): Philipp Schillinger
autogenerated on Sun Dec 13 2020 04:01:39