We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e18302 commit fb202feCopy full SHA for fb202fe
gino/api.py
@@ -503,4 +503,4 @@ def __getattribute__(self, item):
503
def __setattr__(self, key, value):
504
if key == '_exception':
505
return super().__setattr__(key, value)
506
- raise UninitializedError(self._exception)
+ raise self._exception
0 commit comments