DBNotReadyError
ClassPrivateExceptionSource
class DBNotReadyError(RuntimeError):
pass
Exception raised by QueryGetter.
Will raise this exception if the QueryGetter is accessed before passed to the
SQLAlchemy extension or using init_app().
ClassPrivateExceptionSource
class DBNotReadyError(RuntimeError):
pass
Exception raised by QueryGetter.
Will raise this exception if the QueryGetter is accessed before passed to the
SQLAlchemy extension or using init_app().