RefreshException constructor

const RefreshException(
  1. String message
)

Creates the RefreshException with a message.

Implementation

const RefreshException(this.message);