RosettaCodeData/Task/Exceptions/Python/exceptions-1.py
2023-07-01 13:44:08 -04:00

4 lines
116 B
Python

import exceptions
class SillyError(exceptions.Exception):
def __init__(self,args=None):
self.args=args