LlamaException constructor

LlamaException(
  1. String message, [
  2. dynamic details
])

Creates a new LlamaException.

Implementation

LlamaException(this.message, [this.details]);