diff options
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/gr/exceptions.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gr/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/exceptions.py b/gnuradio-runtime/python/gnuradio/gr/exceptions.py index 5dec4a6301..eda63b7954 100644 --- a/gnuradio-runtime/python/gnuradio/gr/exceptions.py +++ b/gnuradio-runtime/python/gnuradio/gr/exceptions.py @@ -10,6 +10,7 @@ class NotDAG (Exception): """Not a directed acyclic graph""" pass + class CantHappen (Exception): """Can't happen""" pass |