python exception throw example Example: python: raise error class MyError(TypeError): pass raise MyError('An error happened')