ZvecException constructor

const ZvecException(
  1. int code,
  2. String message
)

Implementation

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