CatapushError constructor

CatapushError(
  1. String event,
  2. int code
)

Implementation

CatapushError(this.event, this.code);