Exception object internal code.
make __internal._exception(msg): Constructs new exception object.msg: The exception's message.msg: Message passed to exception.trace: Exception stack trace.str(): Returns string representation of exception.throw(): Throws exception to VM for handling.