Exceptions
FunctorValueError
Bases: Exception
FunctorValueError is raised when a Functor does not contain a value.
Source code in funclift/exceptions.py
1 2 3 4 5 6 7 8 |
|