MangadexServerException constructor

MangadexServerException([
  1. Map<String, dynamic> error = DEF_VALUE
])

Implementation

MangadexServerException([Map<String, dynamic> error = DEF_VALUE]) {
  log(error.toString());
  info = ServerException.fromJson(error);
}