package python.lib.io; import python.lib.Exceptions.IOError; class UnsupportedOperation extends IOError { }