UserNotFound constructor

const UserNotFound(
  1. GitHub github,
  2. String user
)

Implementation

const UserNotFound(GitHub github, String user)
    : super(github, 'User Not Found: $user');