RepositoryNotFound constructor

const RepositoryNotFound(
  1. GitHub github,
  2. String repo
)

Implementation

const RepositoryNotFound(GitHub github, String repo)
    : super(github, 'Repository Not Found: $repo');