NoSuchAsElmException constructor

NoSuchAsElmException([
  1. String message = "",
  2. MDElmKind kind = MDVoidElm()
])

Implementation

NoSuchAsElmException([this.message="", this.kind=MDVoidElm()]){}