ApiException constructor

ApiException(
  1. String message, [
  2. Exception? internal
])

Implementation

ApiException(this.message, [this.internal]);