"""
Subclass an exception.
"""

import support

class Foo(IOError):  pass