NotReady constructor

const NotReady(
  1. GitHub github,
  2. String path
)

Implementation

const NotReady(GitHub github, String path)
    : super(
        github,
        'Not ready. Try again later',
        apiUrl: path,
      );