ApiErrorException constructor

ApiErrorException([
  1. dynamic message
])

Implementation

ApiErrorException([message]) : super(message, "");