ValueError constructor

ValueError(
  1. String msg
)

Implementation

ValueError(String msg) {
  errMsg = msg;
}