CieloException constructor

CieloException(
  1. List<CieloError> errors,
  2. String message
)

Implementation

CieloException(this.errors, this.message);