KeyException constructor

KeyException(
  1. String type,
  2. String message
)

Constructor

Implementation

KeyException(this.type, this.message);