ArtifactsException constructor

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

Implementation

ArtifactsException(this.message, this.code);