ApiExceptions constructor

ApiExceptions([
  1. String? message,
  2. String? prefix,
  3. String? url
])

Implementation

ApiExceptions([this.message, this.prefix, this.url]);