NotFound constructor

const NotFound(
  1. GitHub github,
  2. String msg
)

Implementation

const NotFound(
  GitHub github,
  String msg,
) : super(github, msg);