Type: Exception
Error text: This is a test exception
Function Name: test
Traceback (most recent call last):
File "/Users/work/Documents/treeGrowth/pybugreporter/PyBugReporter/PyBugReporter/src/BugReporter.py", line 125, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/work/Documents/treeGrowth/pybugreporter/PyBugReporter/test.py", line 27, in test
raise Exception("This is a test exception")
Exception: This is a test exception
Arguments: (('bleh',), {})
Keyword Arguments: {}
Extra Info: {'env': 'test'}
Type: Exception
Error text: This is a test exception
Function Name: test
Traceback (most recent call last):
File "/Users/work/Documents/treeGrowth/pybugreporter/PyBugReporter/PyBugReporter/src/BugReporter.py", line 125, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/work/Documents/treeGrowth/pybugreporter/PyBugReporter/test.py", line 27, in test
raise Exception("This is a test exception")
Exception: This is a test exception
Arguments: (('bleh',), {})
Keyword Arguments: {}
Extra Info: {'env': 'test'}