Raised when trying to use the old GridFS API. In version 1.6 of the PyMongo distribution there were backwards incompatible changes to the GridFS API. Upgrading shouldn't be difficult, but the old API is no longer supported (with no deprecation period). This exception will be raised when attempting to use unsupported constructs from the old API. .. versionadded:: 1.6
Definition at line 46 of file gridfs/errors.py.