Source code for aiopyramid.exceptions



[docs]class ScopeError(Exception): """ Error indicating execution in the wrong greenlet. """