EnifError constructor

EnifError(
  1. String message,
  2. int code
)

Implementation

EnifError(super.message, super.code);