blob: 9c1b7273cc42bbb6a5cac1c8717a8f054ea0bb60 [file] [log] [blame]
"""test string exception
"""
__revision__ = ''
def function1():
"""hehehe"""
raise "String Exception"
def function2():
"""hehehe"""
raise 'exception', 'message'