VitalException constructor

VitalException(
  1. String code,
  2. String message
)

Implementation

VitalException(this.code, this.message);