OpusException constructor

OpusException(
  1. int code,
  2. String message
)

Implementation

OpusException(this.code, this.message);