This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
Attached is a picture of this bug. Note that in the source code there is an class definition which has a single 'pass' statement:
class NoPendingGamesException(Exception):
pass`
In the outline view however the subsequent method definitions are attached to the NoPendingGamesException class, but should not be.
