This is the coder controller. It's pretty bare, but it allows
coders to see stack traces when things kick up errors.
Methods
|
|
noteError
|
|
noteError
|
noteError ( self, errorMessage )
Overrides the mind.PlayerController noteError method in
order to let coders see the stack traces they're kicking up
by doing things. arguments:
-
errorMessage
- (string) the stacktrace/error text to
send to the coder
|
|