RosettaCodeData/Task/Exceptions/Python/exceptions-3.py

3 lines
68 B
Python

def spam():
raise SillyError # equivalent to raise SillyError()