LangDetectException constructor

LangDetectException(
  1. ErrorCode code,
  2. String message
)

Implementation

LangDetectException(this.code, this.message);