ResourceNotFound constructor

ResourceNotFound(
  1. String type,
  2. String id
)

Implementation

ResourceNotFound(this.type, this.id);