AgentProviderException constructor

const AgentProviderException(
  1. int statusCode,
  2. String body
)

Creates an exception for a failed provider request.

Implementation

const AgentProviderException(this.statusCode, this.body);