Source code for caspia.reactive.errors
[docs]class ValueNotReady(Exception):
"""Should be raised from .observe() if observable has no value, yet."""
[docs]class ValueNotReady(Exception):
"""Should be raised from .observe() if observable has no value, yet."""