LavalinkException constructor

LavalinkException(
  1. String message, {
  2. int? statusCode,
  3. dynamic cause,
})

Implementation

LavalinkException(this.message, {this.statusCode, this.cause});