RagModelPackException constructor

const RagModelPackException(
  1. RagModelPackErrorCode code,
  2. String message
)

Implementation

const RagModelPackException(this.code, this.message);