ValueError constructor

ValueError(String msg)

Implementation

ValueError(String msg) {
  errMsg = msg;
}