Exception object internal code.
make __internal._exception(msg)
: Constructs new exception object.msg
: Message passed to exception.trace
: Exception stack trace.get_perror()
: Internal use only.str()
: Returns string representation of exception.throw()
: Throws exception to VM for handling.