LemmyApiException constructor

const LemmyApiException(
  1. String _message
)

Implementation

const LemmyApiException(this._message);