LangException constructor

LangException(
  1. String message, {
  2. Object? cause,
})

Implementation

LangException(super.message, {super.cause});