exception documentation
class NotACoroutineError(TypeError):
This error is raised when a coroutine is expected and something else is encountered.
class NotACoroutineError(TypeError):
This error is raised when a coroutine is expected and something else is encountered.