ElginException constructor

ElginException(
  1. int exception
)

Implementation

ElginException(this.exception) {
  error = ElginError(exception);
}