COSException constructor

COSException(
  1. int statusCode,
  2. String msg
)

Implementation

COSException(this.statusCode, this.msg);