GameException constructor

GameException(
  1. String msg
)

Implementation

GameException(this.msg) : addr = Z.engine.programCounter- 1 {
  stdout.writeln(this);
}